Scott Dodson 8 년 전
부모
커밋
dcb7809f19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml

@@ -59,7 +59,7 @@
         migrating to StatefulSets, run this command as a user with
         cluster-admin privileges:
 
-        $ oc get petsets --all-namespaces -o yaml | oc delete -f - --cascale=false
+        $ oc get petsets --all-namespaces -o yaml | oc delete -f - --cascade=false
     when:
     # Search did not fail, valid resource type found
     - l_do_petsets_exist.results.returncode == 0