Browse Source

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

upgrade: fix name for the etcd system container
Scott Dodson 7 years ago
parent
commit
5783c0713c
1 changed files with 1 additions and 1 deletions
  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