Merge pull request #17844 from minikube-bot/gendocs
Update auto-generated docs and translationspull/17846/head
commit
fe8766285d
|
@ -65,6 +65,8 @@ tests disabling an addon on a non-existing cluster
|
|||
#### validateNvidiaDevicePlugin
|
||||
tests the nvidia-device-plugin addon by ensuring the pod comes up and the addon disables
|
||||
|
||||
#### validateYakdAddon
|
||||
|
||||
## TestCertOptions
|
||||
makes sure minikube certs respect the --apiserver-ips and --apiserver-names parameters
|
||||
|
||||
|
|
|
@ -794,6 +794,7 @@
|
|||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "Tip: Um diesen zu root gehörenden Cluster zu entfernen, führe {{.cmd}} aus",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}} delete": "Tipp: Um diesen Root-Cluster zu entfernen, führen Sie Folgendes aus: sudo {{.cmd}} delete",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "Um auf Headlamp zuzugreifen, führen Sie folgenden Befehl aus:\nminikube service headlamp -n headlamp\n\n",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To connect to this cluster, use: --context={{.name}}": "Um zu diesem Cluster zu verbinden, verwende --context={{.name}}",
|
||||
"To connect to this cluster, use: kubectl --context={{.name}}": "Verwenden Sie zum Herstellen einer Verbindung zu diesem Cluster: kubectl --context = {{.name}}",
|
||||
"To connect to this cluster, use: kubectl --context={{.name}}__1": "Verwenden Sie zum Herstellen einer Verbindung zu diesem Cluster: kubectl --context = {{.name}}",
|
||||
|
|
|
@ -790,6 +790,7 @@
|
|||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}} delete": "Para eliminar este clúster de raíz, ejecuta: sudo {{.cmd}} delete",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To connect to this cluster, use: --context={{.name}}": "",
|
||||
"To connect to this cluster, use: kubectl --context={{.name}}": "Para conectarte a este clúster, usa: kubectl --context={{.name}}",
|
||||
"To connect to this cluster, use: kubectl --context={{.name}}__1": "Para conectarte a este clúster, usa: kubectl --context={{.name}}",
|
||||
|
|
|
@ -776,6 +776,7 @@
|
|||
"This {{.type}} is having trouble accessing https://{{.repository}}": "Ce {{.type}} rencontre des difficultés pour accéder à https://{{.repository}}",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "Astuce : Pour supprimer ce cluster appartenant à la racine, exécutez : sudo {{.cmd}}",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "Pour accéder à Headlamp, utilisez la commande suivante :\nminikube service headlamp -n headlamp\n\n",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To authenticate in Headlamp, fetch the Authentication Token using the following command:\n\nexport SECRET=$(kubectl get secrets --namespace headlamp -o custom-columns=\":metadata.name\" | grep \"headlamp-token\")\nkubectl get secret $SECRET --namespace headlamp --template=\\{\\{.data.token\\}\\} | base64 --decode\n\t\t\t\n": "Pour vous authentifier dans Headlamp, récupérez le jeton d'authentification à l'aide de la commande suivante :\n\nexport SECRET=$(kubectl get secrets --namespace headlamp -o custom-columns=\":metadata.name\" | grep \"headlamp-token \")\nkubectl get secret $SECRET --namespace headlamp --template=\\{\\{.data.token\\}\\} | base64 --decode\n\t\t\t\n",
|
||||
"To connect to this cluster, use: --context={{.name}}": "Pour vous connecter à ce cluster, utilisez : --context={{.name}}",
|
||||
"To connect to this cluster, use: kubectl --context={{.profile_name}}": "Pour vous connecter à ce cluster, utilisez : kubectl --context={{.profile_name}}",
|
||||
|
|
|
@ -745,6 +745,7 @@
|
|||
"This {{.type}} is having trouble accessing https://{{.repository}}": "この {{.type}} は https://{{.repository}} アクセスにおける問題があります",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "ヒント: この root 所有クラスターの削除コマンド: sudo {{.cmd}}",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "Headlamp にアクセスするには、次のコマンドを使用します:\nminikube service headlamp -n headlamp\n\n",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To connect to this cluster, use: --context={{.name}}": "このクラスターに接続するためには、--context={{.name}} を使用します",
|
||||
"To connect to this cluster, use: kubectl --context={{.profile_name}}": "このクラスターに接続するためには、kubectl --context={{.profile_name}} を使用します",
|
||||
"To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "ベータ通知を無効にするためには、'minikube config set WantBetaUpdateNotification false' を実行します",
|
||||
|
|
|
@ -788,6 +788,7 @@
|
|||
"This {{.type}} is having trouble accessing https://{{.repository}}": "",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To connect to this cluster, use: --context={{.name}}": "",
|
||||
"To connect to this cluster, use: kubectl --context={{.profile_name}}": "",
|
||||
"To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "",
|
||||
|
|
|
@ -799,6 +799,7 @@
|
|||
"This {{.type}} is having trouble accessing https://{{.repository}}": "",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To connect to this cluster, use: --context={{.name}}": "",
|
||||
"To connect to this cluster, use: kubectl --context={{.name}}": "Aby połączyć się z klastrem użyj: kubectl --context={{.name}}",
|
||||
"To connect to this cluster, use: kubectl --context={{.profile_name}}": "Aby połaczyć się z klastrem użyj: kubectl --context={{.profile_name}}",
|
||||
|
|
|
@ -730,6 +730,7 @@
|
|||
"This {{.type}} is having trouble accessing https://{{.repository}}": "",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To connect to this cluster, use: --context={{.name}}": "",
|
||||
"To connect to this cluster, use: kubectl --context={{.profile_name}}": "",
|
||||
"To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "",
|
||||
|
|
|
@ -729,6 +729,7 @@
|
|||
"This {{.type}} is having trouble accessing https://{{.repository}}": "",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To connect to this cluster, use: --context={{.name}}": "",
|
||||
"To connect to this cluster, use: kubectl --context={{.profile_name}}": "",
|
||||
"To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "",
|
||||
|
|
|
@ -897,6 +897,7 @@
|
|||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "提示:要删除此 root 拥有的集群,请运行:sudo {{.cmd}}",
|
||||
"Tip: To remove this root owned cluster, run: sudo {{.cmd}} delete": "提示:要移除这个由根用户拥有的集群,请运行 sudo {{.cmd}} delete",
|
||||
"To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "",
|
||||
"To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "",
|
||||
"To connect to this cluster, use: --context={{.name}}": "",
|
||||
"To connect to this cluster, use: kubectl --context={{.name}}": "如需连接到此集群,请使用 kubectl --context={{.name}}",
|
||||
"To connect to this cluster, use: kubectl --context={{.name}}__1": "如需连接到此集群,请使用 kubectl --context={{.name}}",
|
||||
|
|
Loading…
Reference in New Issue