-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Can not push skaffold to re-create Helm hook resource #2877
Copy link
Copy link
Closed
Labels
area/deploydeploy/helmkind/bugSomething isn't workingSomething isn't workingneeds-reproductionneeds reproduction from the maintainers to validate the issue is truly a skaffold bugneeds reproduction from the maintainers to validate the issue is truly a skaffold bugpriority/p1High impact feature/bug.High impact feature/bug.
Description
Expected behavior
With deploy helm option recreatePods: true expected, that all resources should be re-created.
Actual behavior
$ skaffold dev
...
Error: pods "poker-core-db-migrate" already exists
Cleaning up...
release "poker-core" deleted
Cleanup complete in 997.567658ms
FATA[0005] exiting dev mode because first deploy failed: deploying poker-core: exit status 1Information
apiVersion: skaffold/v1beta14
kind: Config
build:
tagPolicy:
sha256: {}
artifacts:
- image: poker-core
context: core
docker:
dockerfile: docker/development/Dockerfile
deploy:
helm:
releases:
- name: poker-core
chartPath: core/charts/poker-core
recreatePods: true
valuesFiles:
- core/charts/poker-core/values.yaml
- core/charts/poker-core/values.development.yamlReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/deploydeploy/helmkind/bugSomething isn't workingSomething isn't workingneeds-reproductionneeds reproduction from the maintainers to validate the issue is truly a skaffold bugneeds reproduction from the maintainers to validate the issue is truly a skaffold bugpriority/p1High impact feature/bug.High impact feature/bug.