Add "minikube image" message.
parent
4238bc1319
commit
532b383f46
|
@ -445,10 +445,12 @@ func showKubectlInfo(kcs *kubeconfig.Settings, k8sVersion, machineName string) e
|
|||
- "minikube docker-env" to point your docker-cli to the docker inside minikube.
|
||||
- "minikube image" to build images without docker.`)
|
||||
case constants.Containerd:
|
||||
out.BoxedWithConfig(boxConfig, style.Tip, "Things to try without Kubernetes ...", `- "minikube ssh" to SSH into minikube's node.`)
|
||||
out.BoxedWithConfig(boxConfig, style.Tip, "Things to try without Kubernetes ...", `- "minikube ssh" to SSH into minikube's node.
|
||||
- "minikube image" to build images without docker.`)
|
||||
case constants.CRIO:
|
||||
out.BoxedWithConfig(boxConfig, style.Tip, "Things to try without Kubernetes ...", `- "minikube ssh" to SSH into minikube's node.
|
||||
- "minikube podman-env" to point your podman-cli to the podman inside minikube`)
|
||||
- "minikube podman-env" to point your podman-cli to the podman inside minikube.
|
||||
- "minikube image" to build images without docker.`)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue