瀏覽代碼

At the same time update cri-o and podman to avoid conmon dependency conflicts

cri-o and podman depend on same conmon package, so if the packages are updates at the individual transaction, then the dependency will conflict each other due to not resolving the dependency automatically.

References: https://bugzilla.redhat.com/show_bug.cgi?id=1824101
Daein Park 5 年之前
父節點
當前提交
7c01f17152
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/openshift_node/defaults/main.yml

+ 1 - 1
roles/openshift_node/defaults/main.yml

@@ -13,6 +13,7 @@ openshift_node_packages:
   - cri-o-{{ l_kubernetes_version }}.*
   - openshift-clients-{{ l_cluster_version }}.*
   - openshift-hyperkube-{{ l_cluster_version }}.*
+  - podman
 
 openshift_node_support_packages: "{{ openshift_node_support_packages_base + openshift_node_support_packages_by_arch[ansible_architecture] }}"
 
@@ -36,7 +37,6 @@ openshift_node_support_packages_base:
   #- shim
   - openssh-server
   - openssh-clients
-  - podman
   - skopeo
   - runc
   - containernetworking-plugins