浏览代码

Temporarilly only migrate jobs as we were before

Scott Dodson 7 年之前
父节点
当前提交
a52488499a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml

+ 2 - 2
playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml

@@ -11,7 +11,7 @@
   - name: Upgrade job storage
     command: >
       {{ openshift.common.client_binary }} adm --config={{ openshift.common.config_base }}/master/admin.kubeconfig
-      migrate storage --confirm
+      migrate storage --include=jobs --confirm
 
 # If facts cache were for some reason deleted, this fact may not be set, and if not set
 # it will always default to true. This causes problems for the etcd data dir fact detection
@@ -149,7 +149,7 @@
   - name: Upgrade job storage
     command: >
       {{ openshift.common.client_binary }} adm --config={{ openshift.common.config_base }}/master/admin.kubeconfig
-      migrate storage --confirm
+      migrate storage --include=jobs --confirm
 
 ##############################################################################
 # Gate on master update complete