Remove flock from bootstrap-apiserver and kube-apiserver

* https://github.com/kubernetes-incubator/bootkube/pull/616
This commit is contained in:
Dalton Hubble
2017-11-28 21:13:15 -08:00
parent b7b56a6e55
commit dbcf3b599f
2 changed files with 0 additions and 4 deletions

View File

@@ -8,8 +8,6 @@ spec:
- name: kube-apiserver
image: ${hyperkube_image}
command:
- /usr/bin/flock
- /var/lock/api-server.lock
- /hyperkube
- apiserver
- --admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota,DefaultTolerationSeconds

View File

@@ -23,8 +23,6 @@ spec:
- name: kube-apiserver
image: ${hyperkube_image}
command:
- /usr/bin/flock
- /var/lock/api-server.lock
- /hyperkube
- apiserver
- --admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota,DefaultTolerationSeconds