Skip to content

Commit

Permalink
fix(k8s): in-cluster registry updates would hang with RWO volumes
Browse files Browse the repository at this point in the history
We need to terminate the registry pods instead of attempting to launch
another instance before terminating the other.
  • Loading branch information
edvald committed Dec 14, 2019
1 parent e6a103b commit fd26414
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ chart: stable/docker-registry
releaseName: garden-docker-registry
version: 1.8.3
values:
# This is to avoid a multi-attach error when updating
updateStrategy:
type: Recreate
resources:
limits:
cpu: ${var.registry-limits-cpu}
Expand Down

0 comments on commit fd26414

Please sign in to comment.