Add a TODO to enable admission control in federation apiserver when the support is added.

This commit is contained in:
Madhusudan.C.S 2016-06-07 02:12:50 -07:00
parent 5b7e617abf
commit 227e836ca5

View File

@ -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