瀏覽代碼

Add Minikube Docker BTRFS Command

Command to start minikube with Docker on BTRFS until an issue is fixed.
master
Nate Bohman 3 年之前
父節點
當前提交
0fe1e1b096
簽署人: Nate Bohman <natrinicle@gmail.com> GPG Key ID: C10546A54ABA1CE5
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      minikube_docker_btrfs.sh

+ 5
- 0
minikube_docker_btrfs.sh 查看文件

@@ -0,0 +1,5 @@
#!/usr/bin/env bash

# Minikube doesn't work with Docker using BTRFS unless you feature-gate LocalStorageCapacityIsolation
# https://github.com/kubernetes/minikube/issues/7923
minikube start --feature-gates="LocalStorageCapacityIsolation=false"

Loading…
取消
儲存