Browse Source

Use "crio" as a service name

Vadim Rutkovsky 5 years ago
parent
commit
8ade8da8b9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      roles/openshift_node/tasks/install.yml
  2. 1 1
      test/aws/scaleup.yml

+ 1 - 1
roles/openshift_node/tasks/install.yml

@@ -15,5 +15,5 @@
 
 - name: Enable the CRI-O service
   systemd:
-    name: "cri-o"
+    name: "crio"
     enabled: yes

+ 1 - 1
test/aws/scaleup.yml

@@ -84,7 +84,7 @@
       with_items: "{{ crictl_ps_output.stdout_lines }}"
       ignore_errors: true
     - name: Get crio logs
-      command: journalctl --no-pager -u cri-o
+      command: journalctl --no-pager -u crio
       register: crio_logs
       ignore_errors: true
     - name: Get kubelet logs