Updating kicbase image to v0.0.35-1667414058-15235

pull/15235/head
minikube-bot 2022-11-02 18:52:22 +00:00
parent 320c41f80e
commit a32eee290c
11 changed files with 30 additions and 3 deletions

View File

@ -24,9 +24,9 @@ import (
const ( const (
// Version is the current version of kic // Version is the current version of kic
Version = "v0.0.35-1665430468-15094" Version = "v0.0.35-1667414058-15235"
// SHA of the kic base image // SHA of the kic base image
baseImageSHA = "2c137487f3327e6653ff519ec7fd599d25c0275ae67f44e4a71485aabe1e7191" baseImageSHA = "9e785f255a40aa2e4375a957ab0ec7a701a5f76ce789944b02e1ee2ca38a8bb9"
// The name of the GCR kicbase repository // The name of the GCR kicbase repository
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds" gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
// The name of the Dockerhub kicbase repository // The name of the Dockerhub kicbase repository

View File

@ -26,7 +26,7 @@ minikube start [flags]
--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-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) --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) --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.35-1665430468-15094@sha256:2c137487f3327e6653ff519ec7fd599d25c0275ae67f44e4a71485aabe1e7191") --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.35-1667414058-15235@sha256:9e785f255a40aa2e4375a957ab0ec7a701a5f76ce789944b02e1ee2ca38a8bb9")
--binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from. --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) --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) --cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)

View File

@ -367,6 +367,7 @@
"Ignoring invalid pair entry {{.pair}}": "Ignoriere invaliden Wertepaar-Eintrag {{.pair}}", "Ignoring invalid pair entry {{.pair}}": "Ignoriere invaliden Wertepaar-Eintrag {{.pair}}",
"Ignoring unknown custom image {{.name}}": "Ignoriere unbekanntes Custom Image {{.name}}", "Ignoring unknown custom image {{.name}}": "Ignoriere unbekanntes Custom Image {{.name}}",
"Ignoring unknown custom registry {{.name}}": "Ignoriere unbekannte Custom Registry {{.name}}", "Ignoring unknown custom registry {{.name}}": "Ignoriere unbekannte Custom Registry {{.name}}",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "Image Befehle:", "Images Commands:": "Image Befehle:",
"Images used by this addon. Separated by commas.": "Images, die durch dieses Addon verwendet werden. Durch Komma getrennt.", "Images used by this addon. Separated by commas.": "Images, die durch dieses Addon verwendet werden. Durch Komma getrennt.",
"In order to use the fall back image, you need to log in to the github packages registry": "Um das Fallback Image zu verwenden, müssen Sie sich an der Github Package Registry anmelden", "In order to use the fall back image, you need to log in to the github packages registry": "Um das Fallback Image zu verwenden, müssen Sie sich an der Github Package Registry anmelden",
@ -804,8 +805,10 @@
"Unable to load config: {{.error}}": "Konfig kann nicht geladen werden: {{.error}}", "Unable to load config: {{.error}}": "Konfig kann nicht geladen werden: {{.error}}",
"Unable to load host": "Kann Host nicht laden", "Unable to load host": "Kann Host nicht laden",
"Unable to load profile: {{.error}}": "Kann Profil nicht laden: {{.error}}", "Unable to load profile: {{.error}}": "Kann Profil nicht laden: {{.error}}",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "\"{{.kubernetes_version}}\" kann nicht geparst werden: {{.error}}", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "\"{{.kubernetes_version}}\" kann nicht geparst werden: {{.error}}",
"Unable to parse memory '{{.memory}}': {{.error}}": "Kann Speicher nicht parsen: '{{.memory}}': {{.error}}", "Unable to parse memory '{{.memory}}': {{.error}}": "Kann Speicher nicht parsen: '{{.memory}}': {{.error}}",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "Kann keinen Default-Treiber auswählen. Hier eine List der Treiber, die in Erwähgung gezogen wurden, in der Reihe ihrer Präferenz", "Unable to pick a default driver. Here is what was considered, in preference order:": "Kann keinen Default-Treiber auswählen. Hier eine List der Treiber, die in Erwähgung gezogen wurden, in der Reihe ihrer Präferenz",
"Unable to pull images, which may be OK: {{.error}}": "Bilder können nicht abgerufen werden, was möglicherweise kein Problem darstellt: {{.error}}", "Unable to pull images, which may be OK: {{.error}}": "Bilder können nicht abgerufen werden, was möglicherweise kein Problem darstellt: {{.error}}",
"Unable to push cached images: {{.error}}": "Kann gecachete Image nicht veröffentlichen (push): {{.error}}", "Unable to push cached images: {{.error}}": "Kann gecachete Image nicht veröffentlichen (push): {{.error}}",

View File

@ -375,6 +375,7 @@
"Ignoring invalid pair entry {{.pair}}": "", "Ignoring invalid pair entry {{.pair}}": "",
"Ignoring unknown custom image {{.name}}": "", "Ignoring unknown custom image {{.name}}": "",
"Ignoring unknown custom registry {{.name}}": "", "Ignoring unknown custom registry {{.name}}": "",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "", "Images Commands:": "",
"Images used by this addon. Separated by commas.": "", "Images used by this addon. Separated by commas.": "",
"In order to use the fall back image, you need to log in to the github packages registry": "", "In order to use the fall back image, you need to log in to the github packages registry": "",
@ -805,8 +806,10 @@
"Unable to load config: {{.error}}": "No se ha podido cargar la configuración: {{.error}}", "Unable to load config: {{.error}}": "No se ha podido cargar la configuración: {{.error}}",
"Unable to load host": "", "Unable to load host": "",
"Unable to load profile: {{.error}}": "", "Unable to load profile: {{.error}}": "",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "No se ha podido analizar la versión \"{{.kubernetes_version}}\": {{.error}}", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "No se ha podido analizar la versión \"{{.kubernetes_version}}\": {{.error}}",
"Unable to parse memory '{{.memory}}': {{.error}}": "", "Unable to parse memory '{{.memory}}': {{.error}}": "",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "", "Unable to pick a default driver. Here is what was considered, in preference order:": "",
"Unable to pull images, which may be OK: {{.error}}": "No se ha podido recuperar imágenes, que podrían estar en buen estado: {{.error}}", "Unable to pull images, which may be OK: {{.error}}": "No se ha podido recuperar imágenes, que podrían estar en buen estado: {{.error}}",
"Unable to push cached images: {{.error}}": "", "Unable to push cached images: {{.error}}": "",

View File

@ -359,6 +359,7 @@
"Ignoring invalid pair entry {{.pair}}": "Ignorer l'entrée de paire non valide {{.pair}}", "Ignoring invalid pair entry {{.pair}}": "Ignorer l'entrée de paire non valide {{.pair}}",
"Ignoring unknown custom image {{.name}}": "Ignorer l'image personnalisée inconnue {{.name}}", "Ignoring unknown custom image {{.name}}": "Ignorer l'image personnalisée inconnue {{.name}}",
"Ignoring unknown custom registry {{.name}}": "Ignorer le registre personnalisé inconnu {{.name}}", "Ignoring unknown custom registry {{.name}}": "Ignorer le registre personnalisé inconnu {{.name}}",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "Commandes d'images:", "Images Commands:": "Commandes d'images:",
"Images used by this addon. Separated by commas.": "Images utilisées par ce module. Séparé par des virgules.", "Images used by this addon. Separated by commas.": "Images utilisées par ce module. Séparé par des virgules.",
"In order to use the fall back image, you need to log in to the github packages registry": "Pour utiliser l'image de secours, vous devez vous connecter au registre des packages github", "In order to use the fall back image, you need to log in to the github packages registry": "Pour utiliser l'image de secours, vous devez vous connecter au registre des packages github",
@ -776,10 +777,12 @@
"Unable to load config: {{.error}}": "Impossible de charger la configuration : {{.error}}", "Unable to load config: {{.error}}": "Impossible de charger la configuration : {{.error}}",
"Unable to load host": "Impossible de charger l'hôte", "Unable to load host": "Impossible de charger l'hôte",
"Unable to load profile: {{.error}}": "Impossible de charger le profil : {{.error}}", "Unable to load profile: {{.error}}": "Impossible de charger le profil : {{.error}}",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "Impossible d'analyser la version \"{{.kubernetes_version}}\" : {{.error}}", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "Impossible d'analyser la version \"{{.kubernetes_version}}\" : {{.error}}",
"Unable to parse default Kubernetes version from constants: {{.error}}": "Impossible d'analyser la version Kubernetes par défaut à partir des constantes : {{.error}}", "Unable to parse default Kubernetes version from constants: {{.error}}": "Impossible d'analyser la version Kubernetes par défaut à partir des constantes : {{.error}}",
"Unable to parse memory '{{.memory}}': {{.error}}": "Impossible d'analyser la mémoire '{{.memory}}' : {{.error}}", "Unable to parse memory '{{.memory}}': {{.error}}": "Impossible d'analyser la mémoire '{{.memory}}' : {{.error}}",
"Unable to parse oldest Kubernetes version from constants: {{.error}}": "Impossible d'analyser la version la plus ancienne de Kubernetes à partir des constantes : {{.error}}", "Unable to parse oldest Kubernetes version from constants: {{.error}}": "Impossible d'analyser la version la plus ancienne de Kubernetes à partir des constantes : {{.error}}",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "Impossible de choisir un pilote par défaut. Voici ce qui a été considéré, par ordre de préférence :", "Unable to pick a default driver. Here is what was considered, in preference order:": "Impossible de choisir un pilote par défaut. Voici ce qui a été considéré, par ordre de préférence :",
"Unable to push cached images: {{.error}}": "Impossible de pousser les images mises en cache : {{.error}}", "Unable to push cached images: {{.error}}": "Impossible de pousser les images mises en cache : {{.error}}",
"Unable to remove machine directory": "Impossible de supprimer le répertoire de la machine", "Unable to remove machine directory": "Impossible de supprimer le répertoire de la machine",

View File

@ -345,6 +345,7 @@
"Ignoring invalid pair entry {{.pair}}": "無効なペアエントリー {{.pair}} を無視しています", "Ignoring invalid pair entry {{.pair}}": "無効なペアエントリー {{.pair}} を無視しています",
"Ignoring unknown custom image {{.name}}": "未知のカスタムイメージ {{.name}} を無視しています", "Ignoring unknown custom image {{.name}}": "未知のカスタムイメージ {{.name}} を無視しています",
"Ignoring unknown custom registry {{.name}}": "未知のカスタムレジストリー {{.name}} を無視しています", "Ignoring unknown custom registry {{.name}}": "未知のカスタムレジストリー {{.name}} を無視しています",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "イメージ用コマンド:", "Images Commands:": "イメージ用コマンド:",
"Images used by this addon. Separated by commas.": "このアドオンで使用するイメージ。複数の場合、カンマで区切ります。", "Images used by this addon. Separated by commas.": "このアドオンで使用するイメージ。複数の場合、カンマで区切ります。",
"In order to use the fall back image, you need to log in to the github packages registry": "予備イメージを使用するために、GitHub のパッケージレジストリーにログインする必要があります", "In order to use the fall back image, you need to log in to the github packages registry": "予備イメージを使用するために、GitHub のパッケージレジストリーにログインする必要があります",
@ -746,8 +747,10 @@
"Unable to load config: {{.error}}": "設定を読み込めません: {{.error}}", "Unable to load config: {{.error}}": "設定を読み込めません: {{.error}}",
"Unable to load host": "ホストを読み込めません", "Unable to load host": "ホストを読み込めません",
"Unable to load profile: {{.error}}": "プロファイルを読み込めません: {{.error}}", "Unable to load profile: {{.error}}": "プロファイルを読み込めません: {{.error}}",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "「{{.kubernetes_version}}」を解析できません: {{.error}}", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "「{{.kubernetes_version}}」を解析できません: {{.error}}",
"Unable to parse memory '{{.memory}}': {{.error}}": "メモリー '{{.memory}}' を解析できません: {{.error}}", "Unable to parse memory '{{.memory}}': {{.error}}": "メモリー '{{.memory}}' を解析できません: {{.error}}",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "デフォルトドライバーを採用できませんでした。こちらが可能性の高い順に考えられる事です:", "Unable to pick a default driver. Here is what was considered, in preference order:": "デフォルトドライバーを採用できませんでした。こちらが可能性の高い順に考えられる事です:",
"Unable to push cached images: {{.error}}": "キャッシュされたイメージを登録できません: {{.error}}", "Unable to push cached images: {{.error}}": "キャッシュされたイメージを登録できません: {{.error}}",
"Unable to remove machine directory": "マシンディレクトリーを削除できません", "Unable to remove machine directory": "マシンディレクトリーを削除できません",

View File

@ -390,6 +390,7 @@
"Ignoring invalid pair entry {{.pair}}": "", "Ignoring invalid pair entry {{.pair}}": "",
"Ignoring unknown custom image {{.name}}": "", "Ignoring unknown custom image {{.name}}": "",
"Ignoring unknown custom registry {{.name}}": "", "Ignoring unknown custom registry {{.name}}": "",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "이미지 명령어", "Images Commands:": "이미지 명령어",
"Images used by this addon. Separated by commas.": "", "Images used by this addon. Separated by commas.": "",
"In order to use the fall back image, you need to log in to the github packages registry": "", "In order to use the fall back image, you need to log in to the github packages registry": "",
@ -803,8 +804,10 @@
"Unable to load config: {{.error}}": "컨피그를 로드할 수 없습니다: {{.error}}", "Unable to load config: {{.error}}": "컨피그를 로드할 수 없습니다: {{.error}}",
"Unable to load host": "", "Unable to load host": "",
"Unable to load profile: {{.error}}": "", "Unable to load profile: {{.error}}": "",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": " \"{{.kubernetes_version}}\" 를 파싱할 수 없습니다: {{.error}}", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": " \"{{.kubernetes_version}}\" 를 파싱할 수 없습니다: {{.error}}",
"Unable to parse memory '{{.memory}}': {{.error}}": "", "Unable to parse memory '{{.memory}}': {{.error}}": "",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "", "Unable to pick a default driver. Here is what was considered, in preference order:": "",
"Unable to push cached images: {{.error}}": "", "Unable to push cached images: {{.error}}": "",
"Unable to remove machine directory": "", "Unable to remove machine directory": "",

View File

@ -377,6 +377,7 @@
"Ignoring invalid pair entry {{.pair}}": "", "Ignoring invalid pair entry {{.pair}}": "",
"Ignoring unknown custom image {{.name}}": "", "Ignoring unknown custom image {{.name}}": "",
"Ignoring unknown custom registry {{.name}}": "", "Ignoring unknown custom registry {{.name}}": "",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "", "Images Commands:": "",
"Images used by this addon. Separated by commas.": "", "Images used by this addon. Separated by commas.": "",
"In order to use the fall back image, you need to log in to the github packages registry": "", "In order to use the fall back image, you need to log in to the github packages registry": "",
@ -815,8 +816,10 @@
"Unable to load config: {{.error}}": "", "Unable to load config: {{.error}}": "",
"Unable to load host": "", "Unable to load host": "",
"Unable to load profile: {{.error}}": "", "Unable to load profile: {{.error}}": "",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "",
"Unable to parse memory '{{.memory}}': {{.error}}": "", "Unable to parse memory '{{.memory}}': {{.error}}": "",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "", "Unable to pick a default driver. Here is what was considered, in preference order:": "",
"Unable to push cached images: {{.error}}": "", "Unable to push cached images: {{.error}}": "",
"Unable to remove machine directory": "", "Unable to remove machine directory": "",

View File

@ -343,6 +343,7 @@
"Ignoring invalid pair entry {{.pair}}": "", "Ignoring invalid pair entry {{.pair}}": "",
"Ignoring unknown custom image {{.name}}": "", "Ignoring unknown custom image {{.name}}": "",
"Ignoring unknown custom registry {{.name}}": "", "Ignoring unknown custom registry {{.name}}": "",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "", "Images Commands:": "",
"Images used by this addon. Separated by commas.": "", "Images used by this addon. Separated by commas.": "",
"In order to use the fall back image, you need to log in to the github packages registry": "", "In order to use the fall back image, you need to log in to the github packages registry": "",
@ -742,8 +743,10 @@
"Unable to load config: {{.error}}": "", "Unable to load config: {{.error}}": "",
"Unable to load host": "", "Unable to load host": "",
"Unable to load profile: {{.error}}": "", "Unable to load profile: {{.error}}": "",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "",
"Unable to parse memory '{{.memory}}': {{.error}}": "", "Unable to parse memory '{{.memory}}': {{.error}}": "",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "", "Unable to pick a default driver. Here is what was considered, in preference order:": "",
"Unable to push cached images: {{.error}}": "", "Unable to push cached images: {{.error}}": "",
"Unable to remove machine directory": "", "Unable to remove machine directory": "",

View File

@ -343,6 +343,7 @@
"Ignoring invalid pair entry {{.pair}}": "", "Ignoring invalid pair entry {{.pair}}": "",
"Ignoring unknown custom image {{.name}}": "", "Ignoring unknown custom image {{.name}}": "",
"Ignoring unknown custom registry {{.name}}": "", "Ignoring unknown custom registry {{.name}}": "",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "", "Images Commands:": "",
"Images used by this addon. Separated by commas.": "", "Images used by this addon. Separated by commas.": "",
"In order to use the fall back image, you need to log in to the github packages registry": "", "In order to use the fall back image, you need to log in to the github packages registry": "",
@ -742,8 +743,10 @@
"Unable to load config: {{.error}}": "", "Unable to load config: {{.error}}": "",
"Unable to load host": "", "Unable to load host": "",
"Unable to load profile: {{.error}}": "", "Unable to load profile: {{.error}}": "",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "",
"Unable to parse memory '{{.memory}}': {{.error}}": "", "Unable to parse memory '{{.memory}}': {{.error}}": "",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "", "Unable to pick a default driver. Here is what was considered, in preference order:": "",
"Unable to push cached images: {{.error}}": "", "Unable to push cached images: {{.error}}": "",
"Unable to remove machine directory": "", "Unable to remove machine directory": "",

View File

@ -450,6 +450,7 @@
"Ignoring invalid pair entry {{.pair}}": "", "Ignoring invalid pair entry {{.pair}}": "",
"Ignoring unknown custom image {{.name}}": "", "Ignoring unknown custom image {{.name}}": "",
"Ignoring unknown custom registry {{.name}}": "", "Ignoring unknown custom registry {{.name}}": "",
"Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: {{.imageMinikubeVersion}} -\u003e Actual minikube version: {{.minikubeVersion}}": "",
"Images Commands:": "", "Images Commands:": "",
"Images used by this addon. Separated by commas.": "", "Images used by this addon. Separated by commas.": "",
"In order to use the fall back image, you need to log in to the github packages registry": "", "In order to use the fall back image, you need to log in to the github packages registry": "",
@ -910,10 +911,12 @@
"Unable to load config: {{.error}}": "无法加载配置:{{.error}}", "Unable to load config: {{.error}}": "无法加载配置:{{.error}}",
"Unable to load host": "", "Unable to load host": "",
"Unable to load profile: {{.error}}": "", "Unable to load profile: {{.error}}": "",
"Unable to open version.json: {{.error}}": "",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "无法解析“{{.kubernetes_version}}”:{{.error}}", "Unable to parse \"{{.kubernetes_version}}\": {{.error}}": "无法解析“{{.kubernetes_version}}”:{{.error}}",
"Unable to parse default Kubernetes version from constants: {{.error}}": "无法从常量中解析默认的 Kubernetes 版本号: {{.error}}", "Unable to parse default Kubernetes version from constants: {{.error}}": "无法从常量中解析默认的 Kubernetes 版本号: {{.error}}",
"Unable to parse memory '{{.memory}}': {{.error}}": "", "Unable to parse memory '{{.memory}}': {{.error}}": "",
"Unable to parse oldest Kubernetes version from constants: {{.error}}": "无法从常量中解析最旧的 Kubernetes 版本号: {{.error}}", "Unable to parse oldest Kubernetes version from constants: {{.error}}": "无法从常量中解析最旧的 Kubernetes 版本号: {{.error}}",
"Unable to parse version.json: {{.error}}, json: {{.json}}": "",
"Unable to pick a default driver. Here is what was considered, in preference order:": "", "Unable to pick a default driver. Here is what was considered, in preference order:": "",
"Unable to pull images, which may be OK: {{.error}}": "无法拉取镜像,有可能是正常状况:{{.error}}", "Unable to pull images, which may be OK: {{.error}}": "无法拉取镜像,有可能是正常状况:{{.error}}",
"Unable to push cached images: {{.error}}": "", "Unable to push cached images: {{.error}}": "",