k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/jobs/e2e_node/crio/templates/base/userns.yaml (about) 1 --- 2 variant: fcos 3 version: 1.4.0 4 storage: 5 files: 6 # Note: this ignition file assumes FCOS has shadow-utils installed. 7 # As of the time of writing this, it does. 8 - path: /etc/subuid 9 contents: 10 local: 50-subid.toml 11 mode: 0644 12 - path: /etc/subgid 13 contents: 14 local: 50-subid.toml 15 mode: 0644 16 # Note: This also assumes the crun handler is enabled in the base crio.conf, 17 # crun is installed, and the version of crun supports the `crun features` command. 18 # All of this is true at the time of writing. 19 # TODO(haircommander): This can be removed when runc 1.2.0 is released 20 - path: /etc/crio/crio.conf.d/99-crun.conf 21 contents: 22 local: crun.conf 23 passwd: 24 users: 25 - name: kubelet