Переглянути джерело

Bug 1589015 - Switch to rolling deployment for web console

Switch to a RollingUpdate deployment strategy for the web console. This
avoids the rollout getting blocked when a pod doesn't terminate.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1589015
Samuel Padgett 6 роки тому
батько
коміт
3cbb898fd9

+ 4 - 1
roles/openshift_web_console/files/console-template.yaml

@@ -37,7 +37,10 @@ objects:
   spec:
     replicas: "${{REPLICA_COUNT}}"
     strategy:
-      type: Recreate
+      type: RollingUpdate
+      rollingUpdate:
+        # behave like a recreate deployment, but don't wait for pods to terminate
+        maxUnavailable: 100%
     template:
       metadata:
         name: webconsole