Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[istio]: add helmfile #46

Closed
wants to merge 7 commits into from
Closed

[istio]: add helmfile #46

wants to merge 7 commits into from

Conversation

alebabai
Copy link
Contributor

@alebabai alebabai commented Sep 13, 2018

what

implement istio helmfile

why

closes #45

known issues

helm delete --purge istio fails to delete all resources; subsequent install or upgrade fails.

Upgrading cloudposse-incubator/istio
Release "istio" does not exist. Installing it now.
Error: customresourcedefinitions.apiextensions.k8s.io "gateways.networking.istio.io" already exists

Workaround:

kubectl get customresourcedefinition  -n istio-system | grep 'istio'|awk '{print $1}'|xargs kubectl delete customresourcedefinition  -n istio-system

references

@alebabai alebabai added the wip label Sep 13, 2018
@alebabai alebabai changed the title [stio]: add helmfile [istio]: add helmfile Sep 13, 2018
helmfile.d/0330.istio.yaml Outdated Show resolved Hide resolved
helmfile.d/0330.istio.yaml Outdated Show resolved Hide resolved
Copy link
Member

@osterman osterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments

@osterman osterman closed this Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants