Skip to content

Commit

Permalink
Updating kicbase image to v0.0.42-1703723663-17866
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Dec 28, 2023
1 parent ed692fc commit de28a15
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions pkg/drivers/kic/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ import (

const (
// Version is the current version of kic
Version = "v0.0.42-1703498848-17857"
Version = "v0.0.42-1703723663-17866"

// SHA of the kic base image
baseImageSHA = "81ae12a49915e4f02aa382dd3758a30a6649e1143c32b3d03309750104577c6c"
baseImageSHA = "37d11228a34e370fa5e2b4b7e5f420775577519e5e609a31a41d187e76b82d88"
// The name of the GCR kicbase repository
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
// The name of the Dockerhub kicbase repository
Expand Down
3 changes: 1 addition & 2 deletions site/content/en/docs/commands/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ minikube start [flags]
--apiserver-name string The authoritative apiserver hostname for apiserver certificates and connectivity. This can be used if you want to make the apiserver available from outside the machine (default "minikubeCA")
--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
--apiserver-port int The apiserver listening port (default 8443)
--auto-pause-interval duration Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s (default 1m0s)
--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-builds:v0.0.42-1703498848-17857@sha256:81ae12a49915e4f02aa382dd3758a30a6649e1143c32b3d03309750104577c6c")
--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.42-1703723663-17866@sha256:37d11228a34e370fa5e2b4b7e5f420775577519e5e609a31a41d187e76b82d88")
--binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from.
--cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true)
--cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)
Expand Down
2 changes: 0 additions & 2 deletions translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
"Due to issues with CRI-O post v1.17.3, we need to restart your cluster.": "Debido a problemas con CRI-O post v1.17.3, necesitamos reiniciar tu cluster.",
"Due to networking limitations of driver {{.driver_name}} on {{.os_name}}, {{.addon_name}} addon is not supported.\nAlternatively to use this addon you can use a vm-based driver:\n\n\t'minikube start --vm=true'\n\nTo track the update on this work in progress feature please check:\nhttps://github.com/kubernetes/minikube/issues/7332": "Debido a las limitaciones de red del controlador {{.driver_name}} en {{.os_name}}, el complemento \"{{.addon_name}}\" no está soportado.\nPara usar este complemento, puedes utilizar un controlador basado en vm\n\n\t'minikube start --vm=true'\n\nPara realizar un seguimiento de las actualizaciones de esta función consulte:\nhttps://github.com/kubernetes/minikube/issues/7332",
"Due to networking limitations of driver {{.driver_name}}, {{.addon_name}} addon is not supported. Try using a different driver.": "Debido a limitaciones de red del controlador {{.driver_name}}, el complemento \"{{.addon_name}}\" no está soportado. Intenta usar un controlador diferente.",
"Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "",
"Duration until minikube certificate expiration, defaults to three years (26280h).": "",
"ERROR creating `registry-creds-acr` secret": "ERROR creando el secreto `registry-creds-acr`",
"ERROR creating `registry-creds-dpr` secret": "ERROR creando el secreto `registry-creds-dpr`",
Expand Down Expand Up @@ -280,7 +279,6 @@
"Failed to delete images from config": "",
"Failed to download licenses": "",
"Failed to enable container runtime": "",
"Failed to extract integer in minutes to pause.": "",
"Failed to get bootstrapper": "",
"Failed to get command runner": "",
"Failed to get image map": "",
Expand Down
2 changes: 0 additions & 2 deletions translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
"Downloading driver {{.driver}}:": "{{.driver}} ドライバーをダウンロードしています:",
"Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "DNS の問題により、クラスターの起動に問題が発生し、イメージを取得できない場合があります\n詳細については、https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues を参照してください",
"Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "",
"Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "",
"Duration until minikube certificate expiration, defaults to three years (26280h).": "minikube 証明書の有効期限。デフォルトは 3 年間 (26280h)。",
"ERROR creating `registry-creds-acr` secret": "`registry-creds-acr` シークレット作成中にエラーが発生しました",
"ERROR creating `registry-creds-dpr` secret": "`registry-creds-dpr` シークレット作成中にエラーが発生しました",
Expand Down Expand Up @@ -259,7 +258,6 @@
"Failed to delete images from config": "設定ファイル中のイメージの削除に失敗しました",
"Failed to download licenses": "ライセンスのダウンロードに失敗しました",
"Failed to enable container runtime": "コンテナーランタイムの有効化に失敗しました",
"Failed to extract integer in minutes to pause.": "",
"Failed to get bootstrapper": "ブートストラッパーの取得に失敗しました",
"Failed to get command runner": "コマンドランナーの取得に失敗しました",
"Failed to get image map": "イメージマップの取得に失敗しました",
Expand Down
2 changes: 0 additions & 2 deletions translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
"Downloading {{.name}} {{.version}}": "{{.name}} {{.version}} 다운로드 중",
"Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "",
"Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "",
"Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "",
"Duration until minikube certificate expiration, defaults to three years (26280h).": "",
"ERROR creating `registry-creds-acr` secret": "registry-creds-acr` secret 생성 오류",
"ERROR creating `registry-creds-dpr` secret": "`registry-creds-dpr` secret 생성 오류",
Expand Down Expand Up @@ -289,7 +288,6 @@
"Failed to delete node {{.name}}": "노드 {{.name}} 제거에 실패하였습니다",
"Failed to download licenses": "",
"Failed to enable container runtime": "컨테이너 런타임 활성화에 실패하였습니다",
"Failed to extract integer in minutes to pause.": "",
"Failed to generate config": "컨피그 생성에 실패하였습니다",
"Failed to get bootstrapper": "부트스트래퍼 조회에 실패하였습니다",
"Failed to get command runner": "",
Expand Down
2 changes: 0 additions & 2 deletions translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
"Downloading {{.name}} {{.version}}": "Pobieranie {{.name}} {{.version}}",
"Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "",
"Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "",
"Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "",
"Duration until minikube certificate expiration, defaults to three years (26280h).": "",
"ERROR creating `registry-creds-acr` secret": "",
"ERROR creating `registry-creds-dpr` secret": "",
Expand Down Expand Up @@ -278,7 +277,6 @@
"Failed to download kubectl": "Pobieranie kubectl nie powiodło się",
"Failed to download licenses": "",
"Failed to enable container runtime": "",
"Failed to extract integer in minutes to pause.": "",
"Failed to get bootstrapper": "",
"Failed to get command runner": "",
"Failed to get image map": "",
Expand Down
2 changes: 0 additions & 2 deletions translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
"Downloading driver {{.driver}}:": "",
"Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "",
"Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "",
"Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "",
"Duration until minikube certificate expiration, defaults to three years (26280h).": "",
"ERROR creating `registry-creds-acr` secret": "",
"ERROR creating `registry-creds-dpr` secret": "",
Expand Down Expand Up @@ -251,7 +250,6 @@
"Failed to delete images from config": "",
"Failed to download licenses": "",
"Failed to enable container runtime": "",
"Failed to extract integer in minutes to pause.": "",
"Failed to get bootstrapper": "",
"Failed to get command runner": "",
"Failed to get image map": "",
Expand Down
2 changes: 0 additions & 2 deletions translations/strings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
"Downloading driver {{.driver}}:": "",
"Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "",
"Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "",
"Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "",
"Duration until minikube certificate expiration, defaults to three years (26280h).": "",
"ERROR creating `registry-creds-acr` secret": "",
"ERROR creating `registry-creds-dpr` secret": "",
Expand Down Expand Up @@ -251,7 +250,6 @@
"Failed to delete images from config": "",
"Failed to download licenses": "",
"Failed to enable container runtime": "",
"Failed to extract integer in minutes to pause.": "",
"Failed to get bootstrapper": "",
"Failed to get command runner": "",
"Failed to get image map": "",
Expand Down

0 comments on commit de28a15

Please sign in to comment.