We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
skaffold should add labels to pods that exist from a helm release.
First skaffold is warning because it is trying to add label to pod that does NOT exist.
WARN[0002] error adding label to runtime object: patching resource default/"elastic-dansn-test": pods "elastic-dansn-test" not found
Then, filesystem writes will cause helm release to crash. I get this error:
Error: UPGRADE FAILED: failed to replace object: Service "elasticsearch-master" is invalid: spec.clusterIP: Invalid value: "": field is immutable
--- apiVersion: skaffold/v2beta4 kind: Config deploy: helm: releases: - name: elastic chartPath: elastic/elasticsearch remote: true
Screenshot:
Possibly related: Remote helm chart shouldn't be upgraded on code changes #2245
helm repo add elastic https://helm.elastic.co
skaffold dev --port-forward
skaffold.yml
:w
The text was updated successfully, but these errors were encountered:
Thanks for the report! The upgrade error should be fixed by #3274, which will be in the next release.
Duplicate of #2245
Sorry, something went wrong.
No branches or pull requests
Expected behavior
skaffold should add labels to pods that exist from a helm release.
Actual behavior
First skaffold is warning because it is trying to add label to pod that does NOT exist.
Then, filesystem writes will cause helm release to crash. I get this error:
Information
Screenshot:
Possibly related: Remote helm chart shouldn't be upgraded on code changes #2245
Steps to reproduce the behavior
helm repo add elastic https://helm.elastic.co
skaffold dev --port-forward
skaffold.yml
with no changes (vim:w
).The text was updated successfully, but these errors were encountered: