Browse Source

Add Minikube Docker BTRFS Command

Command to start minikube with Docker on BTRFS until an issue is fixed.
master
Nate Bohman 3 years ago
parent
commit
0fe1e1b096
Signed by: Nate Bohman <natrinicle@gmail.com> GPG Key ID: C10546A54ABA1CE5
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      minikube_docker_btrfs.sh

+ 5
- 0
minikube_docker_btrfs.sh View File

@@ -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…
Cancel
Save