Skip to content

Commit

Permalink
cmd/kubelet: Add log indicating if compiled with user namespaces support
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovasquezbernal committed Sep 3, 2020
1 parent 8966f54 commit b14dc20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kubelet/app/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ func RunKubelet(kubeServer *options.KubeletServer, kubeDeps *kubelet.Dependencie
} else {
startKubelet(k, podCfg, &kubeServer.KubeletConfiguration, kubeDeps, kubeServer.EnableCAdvisorJSONEndpoints, kubeServer.EnableServer)
klog.Info("Started kubelet")
klog.Info("Kubelet compiled with user namespaces support")
}
return nil
}
Expand Down

0 comments on commit b14dc20

Please sign in to comment.