mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #26952 from madhusudancs/fed-apiserver-admissioncontrol-todo
Automatic merge from submit-queue Add a TODO to enable admission control in federation apiserver when the support is added. Only the last commit here needs review. Depends on #26951. cc @kubernetes/sig-cluster-federation []()
This commit is contained in:
commit
9ae6a008c9
@ -23,6 +23,7 @@ spec:
|
||||
- --service-cluster-ip-range={{.FEDERATION_SERVICE_CIDR}}
|
||||
- --secure-port=443
|
||||
- --advertise-address={{.FEDERATION_API_HOST}}
|
||||
# TODO: --admission-control values must be set when support is added for each type of control.
|
||||
- --token-auth-file=/srv/kubernetes/known-tokens.csv
|
||||
ports:
|
||||
- containerPort: 443
|
||||
|
Loading…
Reference in New Issue
Block a user