This repository has been archived by the owner on May 16, 2023. It is now read-only.
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Elasticsearch on Kind does not work with kubectl 1.18.0 #577
Closed
Description
openedon Apr 14, 2020
Chart version:
Pulled directly from masterelasticsearch/examples/kubernetes-kind
Kubernetes version:
kubectl client 1.18.0
# > kubectl version --client
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-25T14:58:59Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"darwin/amd64"}
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
N/A
Helm Version:
N/A
helm get release
output
N/A
Describe the bug:
helm upgrade --wait --timeout=900 --install --values values.yaml helm-es-kind ../../
Error: invalid argument "900" for "--timeout" flag: time: missing unit in duration 900
make: *** [install] Error 1
--timeout
needs a duration, so 900
should be 900s
Steps to reproduce:
cd elasticsearch/examples/kubernetes-kind
make install
Expected behavior:
The Makfile should support the latest kubectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment