GoogleContainerTools/skaffold
"invalid skaffold config" error with multi-node minikube cluster
オープン
#5,494 opened on 2021/03/05
area/buildbuild/dockerhelp wantedkind/bugplatform/minikubepriority/p3
Repository metrics
- Stars
- (12,822 個のスター)
- PR merge metrics
- (平均マージ 3d 6h) (30d で 16 merged PRs)
説明
- create a multi-node minikube cluster using
minikube start --nodes 2 - run
skaffold dev
Expected behavior
It should work as expected
Actual behavior
It failed with following message:
invalid skaffold config: getting minikube env: running [/usr/local/bin/minikube docker-env --shell none -p minikube]
- stdout: "\n\n"
- stderr: "X Exiting due to ENV_MULTINODE_CONFLICT: The docker-env command is incompatible with multi-node clusters. Use the 'registry' add-on: https://minikube.sigs.k8s.io/docs/handbook/registry/\n"
- cause: exit status 81
Information
- Skaffold version: v1.20.0
- Operating system: CentOS 7
- Installed via: skaffold.dev
Steps to reproduce the behavior
- a clonable repository with the sample skaffold project
minikube start --nodes 2skaffold dev