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

Commit 87aa927

Browse files
authored
Remove apiserver flock timeout. (#553)
1 parent cb5aeed commit 87aa927

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
@@ -158,8 +158,6 @@ spec:
158158
image: {{ .Images.Hyperkube }}
159159
command:
160160
- /usr/bin/flock
161-
- --exclusive
162-
- --timeout=30
163161
- /var/lock/api-server.lock
164162
- /hyperkube
165163
- apiserver
@@ -238,8 +236,6 @@ spec:
238236
image: {{ .Images.Hyperkube }}
239237
command:
240238
- /usr/bin/flock
241-
- --exclusive
242-
- --timeout=30
243239
- /var/lock/api-server.lock
244240
- /hyperkube
245241
- apiserver

0 commit comments

Comments
 (0)