parent
d0a07b75b7
commit
09fb249876
|
@ -101,16 +101,16 @@
|
|||
"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)": "",
|
||||
"Cache image from docker daemon": "",
|
||||
"Cache image from remote registry": "",
|
||||
"Cache image to docker daemon": "",
|
||||
"Cache image to remote registry": "",
|
||||
"Cannot find directory {{.path}} for copy": "",
|
||||
"Cache image from docker daemon": "从 docker daemon 中缓存镜像",
|
||||
"Cache image from remote registry": "远程仓库中缓存镜像",
|
||||
"Cache image to docker daemon": "缓存镜像到 docker daemon",
|
||||
"Cache image to remote registry": "缓存镜像到远程仓库",
|
||||
"Cannot find directory {{.path}} for copy": "找不到用来复制的 {{.path}} 目录",
|
||||
"Cannot find directory {{.path}} for mount": "找不到用来挂载的 {{.path}} 目录",
|
||||
"Cannot use both --output and --format options": "不能同时使用 --output 和 --format 选项",
|
||||
"Cannot use the option --no-kubernetes on the {{.name}} driver": "",
|
||||
"Certificate {{.certPath}} has expired. Generating a new one...": "",
|
||||
"Check if you have unnecessary pods running by running 'kubectl get po -A": "",
|
||||
"Cannot use the option --no-kubernetes on the {{.name}} driver": "无法使用 {{.name}} 驱动程序上的 -no-kubernetes 选项",
|
||||
"Certificate {{.certPath}} has expired. Generating a new one...": "证书 {{.certPath}} 已过期,生成一个新证书...",
|
||||
"Check if you have unnecessary pods running by running 'kubectl get po -A": "通过运行 'kubectl get po -A' 检查是否有不必要的pod正在运行",
|
||||
"Check output of 'journalctl -xeu kubelet', try passing --extra-config=kubelet.cgroup-driver=systemd to minikube start": "检查 'journalctl -xeu kubelet' 的输出,尝试启动 minikube 时添加参数 --extra-config=kubelet.cgroup-driver=systemd",
|
||||
"Check that SELinux is disabled, and that the provided apiserver flags are valid": "检查 SELinux 是否禁用,且提供的 apiserver 标志是否有效",
|
||||
"Check that libvirt is setup properly": "检查 libvirt 是否正确设置",
|
||||
|
@ -1185,4 +1185,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