Procházet zdrojové kódy

add note regarding rook deployment order

Josh Bicking před 2 týdny
rodič
revize
9f5a9f642c
2 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 4 0
      argocd/applications.yaml
  2. 2 0
      backup/applications.yaml

+ 4 - 0
argocd/applications.yaml

@@ -415,6 +415,8 @@ spec:
     automated:
       enabled: true
 ---
+# If rook ever needs a full re-provisioning, the operator must complete before
+# the cluster deployment starts.
 apiVersion: argoproj.io/v1alpha1
 kind: Application
 metadata:
@@ -438,6 +440,7 @@ spec:
   syncPolicy:
     syncOptions:
       - CreateNamespace=true
+      - ServerSideApply=true
     automated:
       enabled: true
 ---
@@ -467,6 +470,7 @@ spec:
   syncPolicy:
     syncOptions:
       - CreateNamespace=true
+      - ServerSideApply=true
     automated:
       enabled: true
 ---

+ 2 - 0
backup/applications.yaml

@@ -35,6 +35,8 @@ spec:
     automated:
       enabled: true
 ---
+# If rook ever needs a full re-provisioning, the operator must complete before
+# the cluster deployment starts.
 apiVersion: argoproj.io/v1alpha1
 kind: Application
 metadata: