You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exit.Message(reason.Usage, `auto-pause currently is only supported on docker driver/docker runtime/amd64. Track progress of others here: https://github.com/kubernetes/minikube/issues/10601`)
// Enable enables a service and then activates it too (not waiting for next start)
71
+
func (s*Systemd) EnableNow(svcstring) error {
72
+
ifsvc=="kubelet" {
73
+
returnerrors.New("please don't enable kubelet as it creates a race condition; if it starts on systemd boot it will pick up /etc/hosts before we have time to configure /etc/hosts")
Copy file name to clipboardExpand all lines: site/content/en/docs/commands/start.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ minikube start [flags]
26
26
--apiserver-names strings A set of apiserver names which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine
27
27
--apiserver-port int The apiserver listening port (default 8443)
28
28
--auto-update-drivers If set, automatically updates drivers to the latest version. Defaults to true. (default true)
29
-
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.17-1613934488-10548@sha256:5cacd48d07f699a171eedf65ef1490bd59a523ffcd90662e3b66eb838c5a1b5d")
29
+
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.17-1614202509-10427@sha256:93f2448d272ebad3d564c04474cafe03bb7440149c241d1d010b2e90e14da213")
30
30
--cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true)
31
31
--cni string CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)
32
32
--container-runtime string The container runtime to be used (docker, cri-o, containerd). (default "docker")
0 commit comments