Disable ServiceAccount in karmada apiserver

Signed-off-by: lonelyCZ <531187475@qq.com>
This commit is contained in:
lonelyCZ 2021-08-23 09:53:21 +08:00 committed by lonelyCZ
parent ec71095d53
commit 6f28b4ecff
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ spec:
- --kubelet-client-certificate=/etc/kubernetes/pki/karmada.crt
- --kubelet-client-key=/etc/kubernetes/pki/karmada.key
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
- --disable-admission-plugins=StorageObjectInUseProtection
- --disable-admission-plugins=StorageObjectInUseProtection,ServiceAccount
- --runtime-config=
- --secure-port=5443
- --service-cluster-ip-range=10.96.0.0/12