Преглед на файлове

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