Merge branch 'kicbase-arch' of github.com:sharifelgamal/minikube into kicbase-arch
commit
cf64c361dc
|
@ -24,9 +24,9 @@ import (
|
|||
|
||||
const (
|
||||
// Version is the current version of kic
|
||||
Version = "v0.0.28-1638824847-13104"
|
||||
Version = "v0.0.28-1639444036-13124"
|
||||
// SHA of the kic base image
|
||||
baseImageSHA = "a90edc66cae8cca35685dce007b915405a2ba91d903f99f7d8f79cd9d1faabab"
|
||||
baseImageSHA = "ce315adf299e49eb08945f5a93e83c96f3d36bedb68ed623eae57bd4a4571340"
|
||||
// The name of the GCR kicbase repository
|
||||
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
|
||||
// The name of the Dockerhub kicbase repository
|
||||
|
|
|
@ -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-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-builds:v0.0.28-1638824847-13104@sha256:a90edc66cae8cca35685dce007b915405a2ba91d903f99f7d8f79cd9d1faabab")
|
||||
--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.28-1639444036-13124@sha256:ce315adf299e49eb08945f5a93e83c96f3d36bedb68ed623eae57bd4a4571340")
|
||||
--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)
|
||||
--cni string CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)
|
||||
|
|
|
@ -492,6 +492,9 @@ minikube failed to enable the current container runtime
|
|||
"RUNTIME_CACHE" (Exit code ExRuntimeError)
|
||||
minikube failed to cache images for the current container runtime
|
||||
|
||||
"RUNTIME_INCOMPAT" (Exit code ExRuntimeError)
|
||||
the chosen container runtime doesn't work with the system architecture
|
||||
|
||||
"SVC_CHECK_TIMEOUT" (Exit code ExSvcTimeout)
|
||||
service check timed out while starting minikube dashboard
|
||||
|
||||
|
|
|
@ -706,6 +706,7 @@
|
|||
"The value passed to --format is invalid": "",
|
||||
"The value passed to --format is invalid: {{.error}}": "",
|
||||
"The {{.driver_name}} driver should not be used with root privileges.": "Der Treiber {{.driver_name}} sollte nicht mit Root-Rechten verwendet werden.",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "",
|
||||
"There's a new version for '{{.driver_executable}}'. Please consider upgrading. {{.documentation_url}}": "Es gibt eine neue Version für '{{.driver_executable}}'. Bitte erwägen Sie ein Upgrade. {{.documentation_url}}",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "",
|
||||
|
|
|
@ -712,6 +712,7 @@
|
|||
"The value passed to --format is invalid": "",
|
||||
"The value passed to --format is invalid: {{.error}}": "",
|
||||
"The {{.driver_name}} driver should not be used with root privileges.": "El controlador {{.driver_name}} no se debe utilizar con privilegios de raíz.",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "",
|
||||
"There's a new version for '{{.driver_executable}}'. Please consider upgrading. {{.documentation_url}}": "Hay una nueva versión de \"{{.driver_executable}}\". Te recomendamos que realices la actualización. {{.documentation_url}}",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "",
|
||||
|
|
|
@ -667,6 +667,7 @@
|
|||
"The time interval for each check that wait performs in seconds": "L'intervalle de temps pour chaque contrôle que wait effectue en secondes",
|
||||
"The value passed to --format is invalid": "La valeur passée à --format n'est pas valide",
|
||||
"The value passed to --format is invalid: {{.error}}": "La valeur passée à --format n'est pas valide : {{.error}}",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "Il existe plusieurs manières d'activer le partage de fichiers requis :\n1. Activez \"Utiliser le moteur basé sur WSL 2\" dans Docker Desktop\nou\n2. Activer le partage de fichiers dans Docker Desktop pour le répertoire %s%s",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "Ces paramètres --extra-config ne sont pas valides : {{.invalid_extra_opts}}",
|
||||
"These changes will take effect upon a minikube delete and then a minikube start": "Ces modifications prendront effet lors d'une suppression de minikube, puis d'un démarrage de minikube",
|
||||
|
|
|
@ -709,6 +709,7 @@
|
|||
"The value passed to --format is invalid": "--format の値が無効です",
|
||||
"The value passed to --format is invalid: {{.error}}": "--format の値が無効です: {{.error}}",
|
||||
"The {{.driver_name}} driver should not be used with root privileges.": "{{.driver_name}} ドライバーをルート権限で使用しないでください",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "必要なファイル共有を有効にする方法が 2 つあります:\n1. Docker Desktop 中の「Use the WSL 2 based engine」を有効にする\nまたは\n2. %s%s ディレクトリー用の Docker Desktop でファイル共有を有効にする",
|
||||
"There's a new version for '{{.driver_executable}}'. Please consider upgrading. {{.documentation_url}}": "新バージョンの '{{.driver_executable}}' があります。アップグレードを検討してください。{{.documentation_url}}",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "次の --extra-config パラメーターは無効です: {{.invalid_extra_opts}}",
|
||||
|
|
|
@ -716,6 +716,7 @@
|
|||
"The time interval for each check that wait performs in seconds": "",
|
||||
"The value passed to --format is invalid": "",
|
||||
"The value passed to --format is invalid: {{.error}}": "",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "",
|
||||
"These changes will take effect upon a minikube delete and then a minikube start": "",
|
||||
|
|
|
@ -725,6 +725,7 @@
|
|||
"The value passed to --format is invalid": "Wartość przekazana do --format jest nieprawidłowa",
|
||||
"The value passed to --format is invalid: {{.error}}": "Wartość przekazana do --format jest nieprawidłowa: {{.error}}",
|
||||
"The {{.driver_name}} driver should not be used with root privileges.": "{{.driver_name}} nie powinien być używany z przywilejami root'a.",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "",
|
||||
"These changes will take effect upon a minikube delete and then a minikube start": "",
|
||||
|
|
|
@ -662,6 +662,7 @@
|
|||
"The time interval for each check that wait performs in seconds": "",
|
||||
"The value passed to --format is invalid": "",
|
||||
"The value passed to --format is invalid: {{.error}}": "",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "",
|
||||
"These changes will take effect upon a minikube delete and then a minikube start": "",
|
||||
|
|
|
@ -662,6 +662,7 @@
|
|||
"The time interval for each check that wait performs in seconds": "",
|
||||
"The value passed to --format is invalid": "",
|
||||
"The value passed to --format is invalid: {{.error}}": "",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "",
|
||||
"These changes will take effect upon a minikube delete and then a minikube start": "",
|
||||
|
|
|
@ -813,6 +813,7 @@
|
|||
"The value passed to --format is invalid": "",
|
||||
"The value passed to --format is invalid: {{.error}}": "",
|
||||
"The {{.driver_name}} driver should not be used with root privileges.": "不应以根权限使用 {{.driver_name}} 驱动程序。",
|
||||
"The {{.runtime}} runtime is not compatible with the {{.arch}} architecture.": "",
|
||||
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory": "",
|
||||
"There's a new version for '{{.driver_executable}}'. Please consider upgrading. {{.documentation_url}}": "“{{.driver_executable}}”有一个新版本。请考虑升级。{{.documentation_url}}",
|
||||
"These --extra-config parameters are invalid: {{.invalid_extra_opts}}": "",
|
||||
|
|
Loading…
Reference in New Issue