Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 1f87481

Browse files
committed
Remove apiserver flock.
The pivot and checkpointer both appear to work fine without it.
1 parent b4d5dcd commit 1f87481

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/asset/internal/templates.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ spec:
164164
- name: kube-apiserver
165165
image: {{ .Images.Hyperkube }}
166166
command:
167-
- /usr/bin/flock
168-
- /var/lock/api-server.lock
169167
- /hyperkube
170168
- apiserver
171169
- --admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota,DefaultTolerationSeconds
@@ -243,8 +241,6 @@ spec:
243241
- name: kube-apiserver
244242
image: {{ .Images.Hyperkube }}
245243
command:
246-
- /usr/bin/flock
247-
- /var/lock/api-server.lock
248244
- /hyperkube
249245
- apiserver
250246
- --admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota,DefaultTolerationSeconds

0 commit comments

Comments
 (0)