소스 검색

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…
취소
저장