Преглед изворни кода

Merge pull request #4642 from giuseppe/fix-upgrade-etcd-runc-name

upgrade: fix name for the etcd system container
Scott Dodson пре 7 година
родитељ
комит
5783c0713c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/etcd/upgrade.yml

@@ -36,7 +36,7 @@
       - not openshift.common.is_etcd_system_container | bool
 
     - name: Record containerized etcd version (runc)
-      command: runc exec etcd_container rpm -qa --qf '%{version}' etcd\*
+      command: runc exec etcd rpm -qa --qf '%{version}' etcd\*
       register: etcd_container_version_runc
       failed_when: false
       # AUDIT:changed_when: `false` because we are only inspecting