The Kubernetes admission controller 'AlwaysAdmit' should be disabled

Set up the kubernetes integration.

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Description

The cluster should not allow all requests. The AlwaysAdmit admission controller plugin allows all requests and does not filter any requests; it should not be enabled.

Remediation

  1. Edit the API server pod specification file /etc/kubernetes/manifests/kube-apiserver.yaml on the master node and either remove the --enable-admission-plugins parameter, or set it to a value that does not include AlwaysAdmit.

Note: The AlwaysAdmit admission controller was deprecated in v1.13 and should not be used. Its behavior is equivalent to having no admission controller. Refer to the Kubernetes admission controller documentation for additional information.