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.