parent
438f6e5417
commit
9b00170a75
|
@ -95,9 +95,9 @@
|
|||
"Booting up control plane ...": "",
|
||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||
"Build a container image in minikube": "",
|
||||
"Build a container image, using the container runtime.": "",
|
||||
"Build image on all nodes.": "",
|
||||
"Build a container image in minikube": "在 minikube 中构建一个容器镜像",
|
||||
"Build a container image, using the container runtime.": "使用容器运行时构建容器映像。",
|
||||
"Build image on all nodes.": "在所有节点上构建映像。",
|
||||
"CGroup allocation is not available in your environment, You might be running minikube in a nested container. Try running:\n\t\t\t\n\tminikube start --extra-config=kubelet.cgroups-per-qos=false --extra-config=kubelet.enforce-node-allocatable=\"\"\n\n\t\t\t\n\t\t\t": "",
|
||||
"CGroup allocation is not available in your environment. You might be running minikube in a nested container. Try running:\n\t\t\t\n\tminikube start --extra-config=kubelet.cgroups-per-qos=false --extra-config=kubelet.enforce-node-allocatable=\"\"\n\n\t\t\t\n\t\t\t": "",
|
||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
||||
|
@ -1182,4 +1182,4 @@
|
|||
"{{.profile}} profile is not valid: {{.err}}": "",
|
||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
||||
"{{.url}} is not accessible: {{.error}}": ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue