fix: typo in known issue powershell command tip
The powershell tip suggests a Windows Feature that is not there: Microsoft-Hyper-V-Tools instead of Microsoft-Hyper-V-Tools-All. This was probably because of the -All switch. Signed-off-by: Anthony Nandaa <profnandaa@gmail.com>pull/15012/head
parent
1d80003313
commit
8fb93396bb
|
@ -404,7 +404,7 @@ Alternatively, you can try upgrading to the latest hyperkit version, or using an
|
|||
Kind: Kind{
|
||||
ID: "PR_HYPERV_MODULE_NOT_INSTALLED",
|
||||
ExitCode: ExProviderNotFound,
|
||||
Advice: "Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'",
|
||||
Advice: "Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'",
|
||||
Issues: []int{9040},
|
||||
URL: "https://www.altaro.com/hyper-v/install-hyper-v-powershell-module/",
|
||||
},
|
||||
|
|
|
@ -562,7 +562,7 @@
|
|||
"Run a kubectl binary matching the cluster version": "Starten Sie ein kubectl Binärprogramm das zur Cluster Version passt",
|
||||
"Run minikube from the C: drive.": "Start Minikube von Laufwerk C:",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "Starte den Kubernetes Client, lade ihn herunter, falls notwendig. Bedenke -- nach kubectl!\n\nDies wird den Kubernetes Client (kubectl) mit der selben Version des Clusters ausführen.\n\nNormalerweise wird es das Binärprogramm herunterladen, welches zum Host Betriebssystem und Architektur passt\naber optional kann man es auch direkt auf der Control Plane über die SSH-Verbindung ausführen.\nDas kann nützlich sein, wenn man kubectl aus Gründen nicht lokal laufen lassen kann, weil z.B. der Host unsupported ist.\nBitte beachten Sie, dass alle Pfade die man mit --ssh verwendet, auf die entfernte Maschine angewendet werden.",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "Führe 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All' aus",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "Führe 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All' aus",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "Führe 'kubectl delete clusterrolebinding kubernetes-dashboard' aus",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "Führe 'minikube delete --all' aus um alle nicht mehr verwendeten Netzwerke zu bereinigen.",
|
||||
"Run: 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'": "Führe 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config' aus",
|
||||
|
|
|
@ -568,7 +568,7 @@
|
|||
"Run a kubectl binary matching the cluster version": "",
|
||||
"Run minikube from the C: drive.": "",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "",
|
||||
"Run: 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'": "",
|
||||
|
|
|
@ -546,7 +546,7 @@
|
|||
"Run a kubectl binary matching the cluster version": "Exécuter un binaire kubectl correspondant à la version du cluster",
|
||||
"Run minikube from the C: drive.": "Exécutez minikube à partir du lecteur C:.",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "Exécutez le client Kubernetes, téléchargez-le si nécessaire. N'oubliez pas -- après kubectl !\n\nCela exécutera le client Kubernetes (kubectl) avec la même version que le cluster\n\nNormalement, il téléchargera un binaire correspondant au système d'exploitation et à l'architecture de l'hôte,\nmais vous pouvez également l'exécuter en option directement sur le plan de contrôle via la connexion ssh.\nCela peut être utile si vous ne pouvez pas exécuter kubectl localement pour une raison quelconque, comme un hôte non pris en charge. Veuillez noter que lors de l'utilisation de --ssh, tous les chemins s'appliqueront à la machine distante.",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "Exécutez : 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "Exécutez : 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "Exécutez : 'kubectl delete clusterrolebinding kubernetes-dashboard'",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "Exécutez : 'minikube delete --all' pour nettoyer tous les réseaux abandonnés.",
|
||||
"Run: 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'": "Exécutez : 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'",
|
||||
|
|
|
@ -528,7 +528,7 @@
|
|||
"Run a kubectl binary matching the cluster version": "クラスターのバージョンに一致する kubectl バイナリーを実行します",
|
||||
"Run minikube from the C: drive.": "C: ドライブから minikube を実行してください。",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "Kubernetes クライアントを実行します (必要であればクライアントをダウンロードします)。kubectl の後に -- を忘れないでください!\n\nこれは、クラスターと同じバージョンの Kubernetes クライアント (kubectl) を実行します\n\n通常、ホスト OS とアーキテクチャに一致するバイナリーをダウンロードしますが、\nそのほかに SSH 接続経由でコントロールプレーン上で kubectl を直接実行することもできます。\nこれは、未サポートホストなど、いくつかの理由によりローカルで kubectl を実行できない場合に便利です。\n--ssh を使用する場合、全パスがリモートマシンに適用されることに注意してください。",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All' を実行してください",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All' を実行してください",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "'kubectl delete clusterrolebinding kubernetes-dashboard' を実行してください",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "破棄された全ネットワークを一掃するため、'minikube delete --all' を実行してください。",
|
||||
"Run: 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'": "'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config' を実行してください",
|
||||
|
|
|
@ -578,7 +578,7 @@
|
|||
"Run minikube from the C: drive.": "",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "",
|
||||
"Run the minikube command as an Administrator": "minikube 명령어를 관리자 권한으로 실행합니다",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "",
|
||||
"Run: 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'": "",
|
||||
|
|
|
@ -580,7 +580,7 @@
|
|||
"Run kubectl": "Uruchamia kubectl",
|
||||
"Run minikube from the C: drive.": "",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "",
|
||||
"Run: 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'": "",
|
||||
|
|
|
@ -526,7 +526,7 @@
|
|||
"Run a kubectl binary matching the cluster version": "",
|
||||
"Run minikube from the C: drive.": "",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "",
|
||||
"Run: 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'": "",
|
||||
|
|
|
@ -526,7 +526,7 @@
|
|||
"Run a kubectl binary matching the cluster version": "",
|
||||
"Run minikube from the C: drive.": "",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "",
|
||||
"Run: 'sudo chown $USER $HOME/.kube/config \u0026\u0026 chmod 600 $HOME/.kube/config'": "",
|
||||
|
|
|
@ -659,7 +659,7 @@
|
|||
"Run kubectl": "运行 kubectl",
|
||||
"Run minikube from the C: drive.": "",
|
||||
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools -All'": "",
|
||||
"Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'": "",
|
||||
"Run: 'chmod 600 $HOME/.kube/config'": "执行 'chmod 600 $HOME/.kube/config'",
|
||||
"Run: 'kubectl delete clusterrolebinding kubernetes-dashboard'": "",
|
||||
"Run: 'minikube delete --all' to clean up all the abandoned networks.": "",
|
||||
|
|
Loading…
Reference in New Issue