Ver código fonte

Add Minikube Docker BTRFS Command

Command to start minikube with Docker on BTRFS until an issue is fixed.
master
Nate Bohman 3 anos atrás
pai
commit
0fe1e1b096
Acessado por: Nate Bohman <natrinicle@gmail.com> ID da chave GPG: C10546A54ABA1CE5
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      minikube_docker_btrfs.sh

+ 5
- 0
minikube_docker_btrfs.sh Ver arquivo

@@ -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"

Carregando…
Cancelar
Salvar