Update 'prepare_k8s.yml'
This commit is contained in:
@@ -61,10 +61,9 @@
|
|||||||
- name: Crictl setup
|
- name: Crictl setup
|
||||||
copy:
|
copy:
|
||||||
dest: /etc/crictl.yaml
|
dest: /etc/crictl.yaml
|
||||||
content: {{ item }}
|
content: |
|
||||||
with_items:
|
runtime-endpoint: unix:///run/containerd/containerd.sock
|
||||||
"runtime-endpoint: unix:///run/containerd/containerd.sock"
|
image-endpoint: unix:///run/containerd/containerd.sock
|
||||||
"image-endpoint: unix:///run/containerd/containerd.sock"
|
timeout: 2
|
||||||
"timeout: 2"
|
debug: true
|
||||||
"debug: true"
|
pull-image-on-create: false
|
||||||
"pull-image-on-create: false"
|
|
||||||
Reference in New Issue
Block a user