Enable SecurityContext features.

pull/82/head
Dan Lorenc 2016-05-15 18:47:47 -07:00
parent a3ff9d751e
commit 9379c4360d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ func StartAPIServer(lk LocalkubeServer) func() error {
config.ClientCAFile = lk.GetPublicKeyCertPath()
config.TLSCertFile = lk.GetPublicKeyCertPath()
config.TLSPrivateKeyFile = lk.GetPrivateKeyCertPath()
config.AdmissionControl = "NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota"
config.AdmissionControl = "NamespaceLifecycle,LimitRanger,ServiceAccount,ResourceQuota"
// use localkube etcd
config.StorageConfig = storagebackend.Config{ServerList: KubeEtcdClientURLs}