From c2bfd58be3a184fee6f7c2e54196baef2968e4d2 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 9 Nov 2020 17:16:47 -0800 Subject: [PATCH 1/3] bump snapshot --- pkg/drivers/kic/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index 3a6ec8df53..dbb3ebd5a3 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -24,9 +24,9 @@ import ( const ( // Version is the current version of kic - Version = "v0.0.14-snapshot" + Version = "v0.0.14-snapshot2" // SHA of the kic base image - baseImageSHA = "1e303d96e9d72371235cb28ed77f9b3ba67fb4966085202238e635f1d80181f8" + baseImageSHA = "" ) var ( From 37914938e55da29d5938d59f30fdc42a3ee0b809 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 9 Nov 2020 17:39:19 -0800 Subject: [PATCH 2/3] bump kicbase to include crio changes --- pkg/drivers/kic/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index dbb3ebd5a3..408fb057b1 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -26,7 +26,7 @@ const ( // Version is the current version of kic Version = "v0.0.14-snapshot2" // SHA of the kic base image - baseImageSHA = "" + baseImageSHA = "2bd97b482faf5b6a403ac39dd5e7c6fe2006425c6663a12f94f64f5f81a7787e" ) var ( From be786ac95b3f830b6a62c214863811c4fad062c7 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 9 Nov 2020 18:39:37 -0800 Subject: [PATCH 3/3] docs --- site/content/en/docs/commands/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/commands/start.md b/site/content/en/docs/commands/start.md index 20ba4967ac..abba0de296 100644 --- a/site/content/en/docs/commands/start.md +++ b/site/content/en/docs/commands/start.md @@ -26,7 +26,7 @@ minikube start [flags] --apiserver-names stringArray 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 --apiserver-port int The apiserver listening port (default 8443) --auto-update-drivers If set, automatically updates drivers to the latest version. Defaults to true. (default true) - --base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase:v0.0.14-snapshot@sha256:1e303d96e9d72371235cb28ed77f9b3ba67fb4966085202238e635f1d80181f8") + --base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase:v0.0.14-snapshot2@sha256:2bd97b482faf5b6a403ac39dd5e7c6fe2006425c6663a12f94f64f5f81a7787e") --cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true) --cni string CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto) --container-runtime string The container runtime to be used (docker, cri-o, containerd). (default "docker")