minikube/cmd/localkube
Dan Lorenc 01b76efc7f Configure capabilities explicitly before starting localkube.
There's a race condition in the current capability initialization. These
can only be configured once per binary, so if the APIServer goroutine
sets it first the kubelet goroutine can never change this value.
2016-05-27 11:10:38 -07:00
..
cmd Configure capabilities explicitly before starting localkube. 2016-05-27 11:10:38 -07:00
main.go