• Derek Parker's avatar
    kubelet: Add --exit-on-lock-contention flag · f307e97f
    Derek Parker authored
    This patch adds the --exit-on-lock-contention flag, which must be used
    in conjunction with the --lock-file flag. When provided, it causes the
    kubelet to wait for inotify events for that lock file. When an 'open'
    event is received, the kubelet will exit.
    f307e97f
types.go 33.1 KB