18 lines
356 B
Plaintext
18 lines
356 B
Plaintext
include:
|
|
- .repo.kubernetes
|
|
|
|
cri-tools_pkgs:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- cri-tools
|
|
|
|
/etc/crictl.yaml:
|
|
file.managed:
|
|
- mode: 644
|
|
- user: root
|
|
- group: root
|
|
- contents: |
|
|
#SALT managed
|
|
runtime-endpoint: unix:///var/run/containerd/containerd.sock
|
|
image-endpoint: unix:///var/run/containerd/containerd.sock
|