You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Hi @zoonage, helm upgrade --wait --timeout=900 --install --values values.yaml helm-es-kind ../../ command is working fine with Helm 2.
I think you are using Helm 3 which is changing --timeout parameter to request a duration instead of an integer.
While we have #516 WIP PR to support Helm 3 which should fix this example and have already some good feedbacks about using Elasticsearch chart with Helm 3, it is important to notice that currently only Helm 2 is supported.
Can you confirm the Helm version you are using by posting the result of helm version command?
Chart version:
Pulled directly from master
elasticsearch/examples/kubernetes-kind
Kubernetes version:
kubectl client 1.18.0
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
N/A
Helm Version:
N/A
helm get release
outputN/A
Describe the bug:
--timeout
needs a duration, so900
should be900s
Steps to reproduce:
cd elasticsearch/examples/kubernetes-kind
make install
Expected behavior:
The Makfile should support the latest kubectl
The text was updated successfully, but these errors were encountered: