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

recreate-pods returning Invalid #299

Closed
sethatron opened this issue Sep 14, 2019 · 1 comment
Closed

recreate-pods returning Invalid #299

sethatron opened this issue Sep 14, 2019 · 1 comment

Comments

@sethatron
Copy link

I'm using:

`...

set:
  clusterAgent.enabled: true
  datadog.apiKeyExistingSecret: datadog-monitoring-api-key
  image.tag: latest-jmx
helmFlags: [
  "--recreate-pods",
]

...
`

And it is returning: Command returned with exit code: . And error message: Error: unknown flag: --recreate-pods

Version: 1.11.0

@nvanheuverzwijn
Copy link
Contributor

I would recommend you to not rely on --recreate-pods but on a hash value in your annotations of your deployment based on some configuration files or on a generated datetime in your labels.

See this : helm/helm#5218

Also, the problem may be that the --recreate-pods is only available in the upgrade command of helm and not the install. Not sure how helmsman handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants