13.2.
13.2.1.
apiVersion: machineconfiguration.openshift.io/v1 kind: MachineConfig metadata: labels: machineconfiguration.openshift.io/role: worker name: custom-seccomp spec: config: ignition: version: 3.2.0 storage: files: - contents: source: data:text/plain;charset=utf-8;base64,<hash> filesystem: root mode: 0644 path: /var/lib/kubelet/seccomp/seccomp-nostat.json
13.2.2.
seccompProfiles: - localhost/<custom-name>.json 1
13.2.3.
spec: securityContext: seccompProfile: type: Localhost localhostProfile: <custom-name>.json 1
중요
참고