Admission Controller Operations: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
kube-apiserver -h | grep enable-admission-plugins | kube-apiserver -h | grep enable-admission-plugins | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<font color=darkgray>How to find whether an admission controller is enabled or not if there is no access to kube-apiserver?</font> | |||
=Turn On an Admission Controller= | =Turn On an Admission Controller= |
Latest revision as of 19:11, 4 September 2020
Internal
List Enabled Admission Controllers
kube-apiserver -h | grep enable-admission-plugins
How to find whether an admission controller is enabled or not if there is no access to kube-apiserver?