commit
50c28d0556
|
@ -197,7 +197,7 @@ func startKicServiceTunnel(services service.URLs, configName, driverName string)
|
||||||
urls, err = mutateURLs(svc.Name, urls)
|
urls, err = mutateURLs(svc.Name, urls)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
exit.Error(reason.SvcTunnelStart, "error creatings urls", err)
|
exit.Error(reason.SvcTunnelStart, "error creating urls", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
defer serviceTunnel.Stop()
|
defer serviceTunnel.Stop()
|
||||||
|
|
|
@ -507,7 +507,7 @@ func showKubectlInfo(kcs *kubeconfig.Settings, k8sVersion, rtime, machineName st
|
||||||
|
|
||||||
if client.Major != cluster.Major || minorSkew > 1 {
|
if client.Major != cluster.Major || minorSkew > 1 {
|
||||||
out.Ln("")
|
out.Ln("")
|
||||||
out.WarningT("{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.",
|
out.WarningT("{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.",
|
||||||
out.V{"path": path, "client_version": client, "cluster_version": cluster})
|
out.V{"path": path, "client_version": client, "cluster_version": cluster})
|
||||||
out.Infof("Want kubectl {{.version}}? Try 'minikube kubectl -- get pods -A'", out.V{"version": k8sVersion})
|
out.Infof("Want kubectl {{.version}}? Try 'minikube kubectl -- get pods -A'", out.V{"version": k8sVersion})
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,7 +79,7 @@ func DeleteContainersByLabel(ociBin string, label string) []error {
|
||||||
func DeleteContainer(ctx context.Context, ociBin string, name string) error {
|
func DeleteContainer(ctx context.Context, ociBin string, name string) error {
|
||||||
_, err := ContainerStatus(ociBin, name)
|
_, err := ContainerStatus(ociBin, name)
|
||||||
if err == context.DeadlineExceeded {
|
if err == context.DeadlineExceeded {
|
||||||
out.WarningT("{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}", out.V{"ociBin": ociBin})
|
out.WarningT("{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}", out.V{"ociBin": ociBin})
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
klog.Warningf("error getting container status, will try to delete anyways: %v", err)
|
klog.Warningf("error getting container status, will try to delete anyways: %v", err)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1265,7 +1265,7 @@ var serviceIssues = []match{
|
||||||
Kind: Kind{
|
Kind: Kind{
|
||||||
ID: "SVC_OPEN_NOT_FOUND",
|
ID: "SVC_OPEN_NOT_FOUND",
|
||||||
ExitCode: ExSvcNotFound,
|
ExitCode: ExSvcNotFound,
|
||||||
Advice: "Use 'kubect get po -A' to find the correct and namespace name",
|
Advice: "Use 'kubectl get po -A' to find the correct and namespace name",
|
||||||
Issues: []int{5836},
|
Issues: []int{5836},
|
||||||
},
|
},
|
||||||
Regexp: re(`Error opening service.*not found`),
|
Regexp: re(`Error opening service.*not found`),
|
||||||
|
|
|
@ -839,7 +839,7 @@
|
||||||
"Usage: minikube node start [name]": "Verwendung: minikube node start [name]",
|
"Usage: minikube node start [name]": "Verwendung: minikube node start [name]",
|
||||||
"Usage: minikube node stop [name]": "Verwendung: minikube node stop [name]",
|
"Usage: minikube node stop [name]": "Verwendung: minikube node stop [name]",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "Verwende \"{{.CommandPath}} [command] --help\" um mehr Informationen zu einem Befehl zu erhalten.",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "Verwende \"{{.CommandPath}} [command] --help\" um mehr Informationen zu einem Befehl zu erhalten.",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "Verwende 'kubect get po -A' um den richtigen Namen und den Namespace Namen zu finden",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "Verwende 'kubectl get po -A' um den richtigen Namen und den Namespace Namen zu finden",
|
||||||
"Use -A to specify all namespaces": "Verwende -A um alle Namespaces zu verwenden",
|
"Use -A to specify all namespaces": "Verwende -A um alle Namespaces zu verwenden",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "Verwende SSH-Verbindung stelle von HTTPS (Port 2376)",
|
"Use SSH connection instead of HTTPS (port 2376)": "Verwende SSH-Verbindung stelle von HTTPS (Port 2376)",
|
||||||
"Use SSH for running kubernetes client on the node": "Verwende SSH für den laufenden Kubernetes Client auf dem Node",
|
"Use SSH for running kubernetes client on the node": "Verwende SSH für den laufenden Kubernetes Client auf dem Node",
|
||||||
|
@ -935,7 +935,7 @@
|
||||||
"dry-run validation complete!": "dry-run Validierung komplett!",
|
"dry-run validation complete!": "dry-run Validierung komplett!",
|
||||||
"enable failed": "aktivieren fehlgeschlagen",
|
"enable failed": "aktivieren fehlgeschlagen",
|
||||||
"error creating clientset": "Fehler beim Anlegen des Clientsets",
|
"error creating clientset": "Fehler beim Anlegen des Clientsets",
|
||||||
"error creatings urls": "",
|
"error creating urls": "",
|
||||||
"error getting defaults: {{.error}}": "",
|
"error getting defaults: {{.error}}": "",
|
||||||
"error getting primary control plane": "Fehler beim Ermitteln der primären Kontroll-Ebene",
|
"error getting primary control plane": "Fehler beim Ermitteln der primären Kontroll-Ebene",
|
||||||
"error getting ssh port": "Fehler beim Ermitteln des ssh Ports",
|
"error getting ssh port": "Fehler beim Ermitteln des ssh Ports",
|
||||||
|
@ -1061,8 +1061,8 @@
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)": "{{.n}} hat keinen Plattenplatz mehr! (/var ist bei {{.p}}% seiner Kapazität)",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)": "{{.n}} hat keinen Plattenplatz mehr! (/var ist bei {{.p}}% seiner Kapazität)",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "{{.ocibin}} benötigt unnötig lange zum Antworten, erwäge {{.ocibin}} neuzustarten",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "{{.ocibin}} benötigt unnötig lange zum Antworten, erwäge {{.ocibin}} neuzustarten",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "{{.path}} ist Version {{.client_version}}, welche inkompatibel ist mit Kubernetes {{.cluster_version}}",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "{{.path}} ist Version {{.client_version}}, welche inkompatibel ist mit Kubernetes {{.cluster_version}}",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} auf {{.platform}}",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} auf {{.platform}}",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} ist nicht valide: {{.err}}",
|
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} ist nicht valide: {{.err}}",
|
||||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} ist kein derzeit unterstütztes Dateisystem. Wir versuchen es trotzdem!",
|
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} ist kein derzeit unterstütztes Dateisystem. Wir versuchen es trotzdem!",
|
||||||
|
|
|
@ -840,7 +840,7 @@
|
||||||
"Usage: minikube node start [name]": "",
|
"Usage: minikube node start [name]": "",
|
||||||
"Usage: minikube node stop [name]": "",
|
"Usage: minikube node stop [name]": "",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "",
|
||||||
"Use -A to specify all namespaces": "",
|
"Use -A to specify all namespaces": "",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "",
|
"Use SSH connection instead of HTTPS (port 2376)": "",
|
||||||
"Use SSH for running kubernetes client on the node": "",
|
"Use SSH for running kubernetes client on the node": "",
|
||||||
|
@ -933,7 +933,7 @@
|
||||||
"dry-run validation complete!": "",
|
"dry-run validation complete!": "",
|
||||||
"enable failed": "",
|
"enable failed": "",
|
||||||
"error creating clientset": "",
|
"error creating clientset": "",
|
||||||
"error creatings urls": "",
|
"error creating urls": "",
|
||||||
"error getting defaults: {{.error}}": "",
|
"error getting defaults: {{.error}}": "",
|
||||||
"error getting primary control plane": "",
|
"error getting primary control plane": "",
|
||||||
"error getting ssh port": "",
|
"error getting ssh port": "",
|
||||||
|
@ -1053,8 +1053,8 @@
|
||||||
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} en {{.platform}}",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} en {{.platform}}",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "",
|
"{{.profile}} profile is not valid: {{.err}}": "",
|
||||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
||||||
|
|
|
@ -811,7 +811,7 @@
|
||||||
"Usage: minikube node start [name]": "Utilisation: minikube node start [name]",
|
"Usage: minikube node start [name]": "Utilisation: minikube node start [name]",
|
||||||
"Usage: minikube node stop [name]": "Utilisation: minikube node stop [name]",
|
"Usage: minikube node stop [name]": "Utilisation: minikube node stop [name]",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "Utilisez \"{{.CommandPath}} [commande] --help\" pour plus d'informations sur une commande.",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "Utilisez \"{{.CommandPath}} [commande] --help\" pour plus d'informations sur une commande.",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "Utilisez 'kubect get po -A' pour trouver le nom correct et l'espace de noms",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "Utilisez 'kubectl get po -A' pour trouver le nom correct et l'espace de noms",
|
||||||
"Use -A to specify all namespaces": "Utilisez -A pour spécifier tous les espaces de noms",
|
"Use -A to specify all namespaces": "Utilisez -A pour spécifier tous les espaces de noms",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "Utiliser la connexion SSH au lieu de HTTPS (port 2376)",
|
"Use SSH connection instead of HTTPS (port 2376)": "Utiliser la connexion SSH au lieu de HTTPS (port 2376)",
|
||||||
"Use SSH for running kubernetes client on the node": "Utiliser SSH pour exécuter le client kubernetes sur le nœud",
|
"Use SSH for running kubernetes client on the node": "Utiliser SSH pour exécuter le client kubernetes sur le nœud",
|
||||||
|
@ -907,7 +907,7 @@
|
||||||
"dry-run validation complete!": "validation de la simulation terminée !",
|
"dry-run validation complete!": "validation de la simulation terminée !",
|
||||||
"enable failed": "échec de l'activation",
|
"enable failed": "échec de l'activation",
|
||||||
"error creating clientset": "erreur lors de la création de l'ensemble de clients",
|
"error creating clientset": "erreur lors de la création de l'ensemble de clients",
|
||||||
"error creatings urls": "erreur lors de la création d'urls",
|
"error creating urls": "erreur lors de la création d'urls",
|
||||||
"error getting defaults: {{.error}}": "erreur lors de l'obtention des valeurs par défaut : {{.error}}",
|
"error getting defaults: {{.error}}": "erreur lors de l'obtention des valeurs par défaut : {{.error}}",
|
||||||
"error getting primary control plane": "erreur lors de l'obtention du plan de contrôle principal",
|
"error getting primary control plane": "erreur lors de l'obtention du plan de contrôle principal",
|
||||||
"error getting ssh port": "erreur lors de l'obtention du port ssh",
|
"error getting ssh port": "erreur lors de l'obtention du port ssh",
|
||||||
|
@ -1035,8 +1035,8 @@
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)": "{{.n}} n'a plus d'espace disque ! (/var est à {{.p}} % de capacité)",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)": "{{.n}} n'a plus d'espace disque ! (/var est à {{.p}} % de capacité)",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "{{.n}} n'a plus d'espace disque ! (/var est à {{.p}} % de la capacité). Vous pouvez passer '--force' pour ignorer cette vérification.",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "{{.n}} n'a plus d'espace disque ! (/var est à {{.p}} % de la capacité). Vous pouvez passer '--force' pour ignorer cette vérification.",
|
||||||
"{{.ociBin}} rmi {{.images}}": "{{.ociBin}} rmi {{.images}}",
|
"{{.ociBin}} rmi {{.images}}": "{{.ociBin}} rmi {{.images}}",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "{{.ocibin}} prend un temps anormalement long pour répondre, pensez à redémarrer {{.ocibin}}",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "{{.ocibin}} prend un temps anormalement long pour répondre, pensez à redémarrer {{.ocibin}}",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "{{.path}} est la version {{.client_version}}, qui peut comporter des incompatibilités avec Kubernetes {{.cluster_version}}.",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "{{.path}} est la version {{.client_version}}, qui peut comporter des incompatibilités avec Kubernetes {{.cluster_version}}.",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} sur {{.platform}}",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} sur {{.platform}}",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "Le profil {{.profile}} n'est pas valide : {{.err}}",
|
"{{.profile}} profile is not valid: {{.err}}": "Le profil {{.profile}} n'est pas valide : {{.err}}",
|
||||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} n'est pas encore un système de fichiers pris en charge. Nous essaierons quand même !",
|
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} n'est pas encore un système de fichiers pris en charge. Nous essaierons quand même !",
|
||||||
|
|
|
@ -779,7 +779,7 @@
|
||||||
"Usage: minikube node start [name]": "使用法: minikube node start [ノード名]",
|
"Usage: minikube node start [name]": "使用法: minikube node start [ノード名]",
|
||||||
"Usage: minikube node stop [name]": "使用法: minikube node stop [ノード名]",
|
"Usage: minikube node stop [name]": "使用法: minikube node stop [ノード名]",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "コマンドに関する追加情報は「{{.CommandPath}} [command] --help」を使用してください。",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "コマンドに関する追加情報は「{{.CommandPath}} [command] --help」を使用してください。",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "'kubect get po -A' を使用して、妥当なネームスペース名を見つけてください",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "'kubectl get po -A' を使用して、妥当なネームスペース名を見つけてください",
|
||||||
"Use -A to specify all namespaces": "全ネームスペースを指定する場合は -A を使用してください",
|
"Use -A to specify all namespaces": "全ネームスペースを指定する場合は -A を使用してください",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "HTTPS 接続の代わりに SSH 接続を使用します (ポート 2376)",
|
"Use SSH connection instead of HTTPS (port 2376)": "HTTPS 接続の代わりに SSH 接続を使用します (ポート 2376)",
|
||||||
"Use SSH for running kubernetes client on the node": "ノード上で実行中の Kubernetes クライアントへの接続に SSH を使用します",
|
"Use SSH for running kubernetes client on the node": "ノード上で実行中の Kubernetes クライアントへの接続に SSH を使用します",
|
||||||
|
@ -869,7 +869,7 @@
|
||||||
"dry-run validation complete!": "dry-run の検証が終了しました!",
|
"dry-run validation complete!": "dry-run の検証が終了しました!",
|
||||||
"enable failed": "有効化に失敗しました",
|
"enable failed": "有効化に失敗しました",
|
||||||
"error creating clientset": "clientset 作成中にエラー",
|
"error creating clientset": "clientset 作成中にエラー",
|
||||||
"error creatings urls": "URL 作成でエラー",
|
"error creating urls": "URL 作成でエラー",
|
||||||
"error getting defaults: {{.error}}": "デフォルト取得中にエラー: {{.error}}",
|
"error getting defaults: {{.error}}": "デフォルト取得中にエラー: {{.error}}",
|
||||||
"error getting primary control plane": "最初のコントロールプレーン取得中にエラー",
|
"error getting primary control plane": "最初のコントロールプレーン取得中にエラー",
|
||||||
"error getting ssh port": "SSH ポートを取得中にエラー",
|
"error getting ssh port": "SSH ポートを取得中にエラー",
|
||||||
|
@ -990,8 +990,8 @@
|
||||||
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "{{.n}} はほとんどディスクがいっぱいで、デプロイが失敗する原因になりかねません!(容量の {{.p}}%)。'--force' を指定するとこのチェックをスキップできます。",
|
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "{{.n}} はほとんどディスクがいっぱいで、デプロイが失敗する原因になりかねません!(容量の {{.p}}%)。'--force' を指定するとこのチェックをスキップできます。",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "{{.n}} はディスクがいっぱいです!(/var は容量の {{.p}}% です)。'--force' を指定するとこのチェックをスキップできます。",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "{{.n}} はディスクがいっぱいです!(/var は容量の {{.p}}% です)。'--force' を指定するとこのチェックをスキップできます。",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "{{.ocibin}} の反応が異常なほど長時間かかっています。{{.ocibin}} の再起動を検討してください",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "{{.ocibin}} の反応が異常なほど長時間かかっています。{{.ocibin}} の再起動を検討してください",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "{{.path}} のバージョンは {{.client_version}} で、Kubernetes {{.cluster_version}} と互換性がないかもしれません。",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "{{.path}} のバージョンは {{.client_version}} で、Kubernetes {{.cluster_version}} と互換性がないかもしれません。",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.platform}} 上の {{.prefix}}minikube {{.version}}",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.platform}} 上の {{.prefix}}minikube {{.version}}",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} プロファイルは無効です: {{.err}}",
|
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} プロファイルは無効です: {{.err}}",
|
||||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} は未サポートのファイルシステムです。とにかくやってみます!",
|
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} は未サポートのファイルシステムです。とにかくやってみます!",
|
||||||
|
|
|
@ -839,7 +839,7 @@
|
||||||
"Usage: minikube node start [name]": "",
|
"Usage: minikube node start [name]": "",
|
||||||
"Usage: minikube node stop [name]": "",
|
"Usage: minikube node stop [name]": "",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "",
|
||||||
"Use -A to specify all namespaces": "모든 namespace 를 확인하려면 -A 를 사용하세요",
|
"Use -A to specify all namespaces": "모든 namespace 를 확인하려면 -A 를 사용하세요",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "",
|
"Use SSH connection instead of HTTPS (port 2376)": "",
|
||||||
"Use SSH for running kubernetes client on the node": "",
|
"Use SSH for running kubernetes client on the node": "",
|
||||||
|
@ -936,7 +936,7 @@
|
||||||
"enable failed": "활성화가 실패하였습니다",
|
"enable failed": "활성화가 실패하였습니다",
|
||||||
"error creating clientset": "clientset 생성 오류",
|
"error creating clientset": "clientset 생성 오류",
|
||||||
"error creating machine client": "머신 client 생성 오류",
|
"error creating machine client": "머신 client 생성 오류",
|
||||||
"error creatings urls": "",
|
"error creating urls": "",
|
||||||
"error getting defaults: {{.error}}": "",
|
"error getting defaults: {{.error}}": "",
|
||||||
"error getting primary control plane": "",
|
"error getting primary control plane": "",
|
||||||
"error getting ssh port": "ssh 포트 조회 오류",
|
"error getting ssh port": "ssh 포트 조회 오류",
|
||||||
|
@ -1064,8 +1064,8 @@
|
||||||
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "",
|
||||||
"{{.path}} is v{{.client_version}}, which may be incompatible with Kubernetes v{{.cluster_version}}.": "{{.path}} 의 버전은 v{{.client_version}} 이므로, 쿠버네티스 버전 v{{.cluster_version}} 과 호환되지 않을 수 있습니다",
|
"{{.path}} is v{{.client_version}}, which may be incompatible with Kubernetes v{{.cluster_version}}.": "{{.path}} 의 버전은 v{{.client_version}} 이므로, 쿠버네티스 버전 v{{.cluster_version}} 과 호환되지 않을 수 있습니다",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}{{.platform}} 의 minikube {{.version}}",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}{{.platform}} 의 minikube {{.version}}",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} 프로파일이 올바르지 않습니다: {{.err}}",
|
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} 프로파일이 올바르지 않습니다: {{.err}}",
|
||||||
|
|
|
@ -849,7 +849,7 @@
|
||||||
"Usage: minikube node start [name]": "",
|
"Usage: minikube node start [name]": "",
|
||||||
"Usage: minikube node stop [name]": "",
|
"Usage: minikube node stop [name]": "",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "",
|
||||||
"Use -A to specify all namespaces": "",
|
"Use -A to specify all namespaces": "",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "",
|
"Use SSH connection instead of HTTPS (port 2376)": "",
|
||||||
"Use SSH for running kubernetes client on the node": "",
|
"Use SSH for running kubernetes client on the node": "",
|
||||||
|
@ -945,7 +945,7 @@
|
||||||
"dry-run validation complete!": "",
|
"dry-run validation complete!": "",
|
||||||
"enable failed": "",
|
"enable failed": "",
|
||||||
"error creating clientset": "",
|
"error creating clientset": "",
|
||||||
"error creatings urls": "",
|
"error creating urls": "",
|
||||||
"error getting defaults: {{.error}}": "",
|
"error getting defaults: {{.error}}": "",
|
||||||
"error getting primary control plane": "",
|
"error getting primary control plane": "",
|
||||||
"error getting ssh port": "",
|
"error getting ssh port": "",
|
||||||
|
@ -1070,8 +1070,8 @@
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)": "{{.n}} nie ma wolnej przestrzeni dyskowej! (/var jest w {{.p}}% pełny)",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)": "{{.n}} nie ma wolnej przestrzeni dyskowej! (/var jest w {{.p}}% pełny)",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "Czas odpowiedzi od {{.ocibin}} jest niespotykanie długi, rozważ ponowne uruchomienie {{.ocibin}}",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "Czas odpowiedzi od {{.ocibin}} jest niespotykanie długi, rozważ ponowne uruchomienie {{.ocibin}}",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "{{.path}} jest w wersji {{.client_version}}, co może być niekompatybilne z Kubernetesem w wersji {{.cluster_version}}.",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "{{.path}} jest w wersji {{.client_version}}, co może być niekompatybilne z Kubernetesem w wersji {{.cluster_version}}.",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} na {{.platform}}",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} na {{.platform}}",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} profil nie jest poprawny: {{.err}}",
|
"{{.profile}} profile is not valid: {{.err}}": "{{.profile}} profil nie jest poprawny: {{.err}}",
|
||||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} nie jest wspierany przez system plików. I tak spróbujemy!",
|
"{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} nie jest wspierany przez system plików. I tak spróbujemy!",
|
||||||
|
|
|
@ -775,7 +775,7 @@
|
||||||
"Usage: minikube node start [name]": "",
|
"Usage: minikube node start [name]": "",
|
||||||
"Usage: minikube node stop [name]": "",
|
"Usage: minikube node stop [name]": "",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "",
|
||||||
"Use -A to specify all namespaces": "",
|
"Use -A to specify all namespaces": "",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "",
|
"Use SSH connection instead of HTTPS (port 2376)": "",
|
||||||
"Use SSH for running kubernetes client on the node": "",
|
"Use SSH for running kubernetes client on the node": "",
|
||||||
|
@ -865,7 +865,7 @@
|
||||||
"dry-run validation complete!": "",
|
"dry-run validation complete!": "",
|
||||||
"enable failed": "",
|
"enable failed": "",
|
||||||
"error creating clientset": "",
|
"error creating clientset": "",
|
||||||
"error creatings urls": "",
|
"error creating urls": "",
|
||||||
"error getting defaults: {{.error}}": "",
|
"error getting defaults: {{.error}}": "",
|
||||||
"error getting primary control plane": "",
|
"error getting primary control plane": "",
|
||||||
"error getting ssh port": "",
|
"error getting ssh port": "",
|
||||||
|
@ -986,8 +986,8 @@
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)": "В {{.n}} закончилось место! (в /var занято {{.p}}%)",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)": "В {{.n}} закончилось место! (в /var занято {{.p}}%)",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} на {{.platform}}",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.prefix}}minikube {{.version}} на {{.platform}}",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "",
|
"{{.profile}} profile is not valid: {{.err}}": "",
|
||||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
||||||
|
|
|
@ -775,7 +775,7 @@
|
||||||
"Usage: minikube node start [name]": "",
|
"Usage: minikube node start [name]": "",
|
||||||
"Usage: minikube node stop [name]": "",
|
"Usage: minikube node stop [name]": "",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "",
|
||||||
"Use -A to specify all namespaces": "",
|
"Use -A to specify all namespaces": "",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "",
|
"Use SSH connection instead of HTTPS (port 2376)": "",
|
||||||
"Use SSH for running kubernetes client on the node": "",
|
"Use SSH for running kubernetes client on the node": "",
|
||||||
|
@ -865,7 +865,7 @@
|
||||||
"dry-run validation complete!": "",
|
"dry-run validation complete!": "",
|
||||||
"enable failed": "",
|
"enable failed": "",
|
||||||
"error creating clientset": "",
|
"error creating clientset": "",
|
||||||
"error creatings urls": "",
|
"error creating urls": "",
|
||||||
"error getting defaults: {{.error}}": "",
|
"error getting defaults: {{.error}}": "",
|
||||||
"error getting primary control plane": "",
|
"error getting primary control plane": "",
|
||||||
"error getting ssh port": "",
|
"error getting ssh port": "",
|
||||||
|
@ -984,8 +984,8 @@
|
||||||
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "",
|
"{{.profile}} profile is not valid: {{.err}}": "",
|
||||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
||||||
|
|
|
@ -950,7 +950,7 @@
|
||||||
"Usage: minikube node start [name]": "",
|
"Usage: minikube node start [name]": "",
|
||||||
"Usage: minikube node stop [name]": "",
|
"Usage: minikube node stop [name]": "",
|
||||||
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "使用 \"{{.CommandPath}} [command] --help\" 可以获取有关命令的更多信息",
|
"Use \"{{.CommandPath}} [command] --help\" for more information about a command.": "使用 \"{{.CommandPath}} [command] --help\" 可以获取有关命令的更多信息",
|
||||||
"Use 'kubect get po -A' to find the correct and namespace name": "使用 'kubect get po -A' 来查询正确的命名空间名称",
|
"Use 'kubectl get po -A' to find the correct and namespace name": "使用 'kubectl get po -A' 来查询正确的命名空间名称",
|
||||||
"Use -A to specify all namespaces": "使用 -A 指定所有 namespaces",
|
"Use -A to specify all namespaces": "使用 -A 指定所有 namespaces",
|
||||||
"Use SSH connection instead of HTTPS (port 2376)": "",
|
"Use SSH connection instead of HTTPS (port 2376)": "",
|
||||||
"Use SSH for running kubernetes client on the node": "",
|
"Use SSH for running kubernetes client on the node": "",
|
||||||
|
@ -1053,7 +1053,7 @@
|
||||||
"dry-run validation complete!": "",
|
"dry-run validation complete!": "",
|
||||||
"enable failed": "开启失败",
|
"enable failed": "开启失败",
|
||||||
"error creating clientset": "",
|
"error creating clientset": "",
|
||||||
"error creatings urls": "",
|
"error creating urls": "",
|
||||||
"error getting defaults: {{.error}}": "",
|
"error getting defaults: {{.error}}": "",
|
||||||
"error getting primary control plane": "",
|
"error getting primary control plane": "",
|
||||||
"error getting ssh port": "",
|
"error getting ssh port": "",
|
||||||
|
@ -1179,9 +1179,9 @@
|
||||||
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity). You can pass '--force' to skip this check.": "",
|
||||||
"{{.ociBin}} rmi {{.images}}": "",
|
"{{.ociBin}} rmi {{.images}}": "",
|
||||||
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}": "",
|
"{{.ocibin}} is taking an unusually long time to respond, consider restarting {{.ocibin}}": "",
|
||||||
"{{.path}} is version {{.client_version}}, and is incompatible with Kubernetes {{.cluster_version}}. You will need to update {{.path}} or use 'minikube kubectl' to connect with this cluster": "{{.path}} 的版本是 {{.client_version}},且与 Kubernetes {{.cluster_version}} 不兼容。您需要更新 {{.path}} 或者使用 'minikube kubectl' 连接到这个集群",
|
"{{.path}} is version {{.client_version}}, and is incompatible with Kubernetes {{.cluster_version}}. You will need to update {{.path}} or use 'minikube kubectl' to connect with this cluster": "{{.path}} 的版本是 {{.client_version}},且与 Kubernetes {{.cluster_version}} 不兼容。您需要更新 {{.path}} 或者使用 'minikube kubectl' 连接到这个集群",
|
||||||
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.": "",
|
"{{.path}} is version {{.client_version}}, which may have incompatibilities with Kubernetes {{.cluster_version}}.": "",
|
||||||
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.platform}} 上的 {{.prefix}}minikube {{.version}}",
|
"{{.prefix}}minikube {{.version}} on {{.platform}}": "{{.platform}} 上的 {{.prefix}}minikube {{.version}}",
|
||||||
"{{.profile}} profile is not valid: {{.err}}": "",
|
"{{.profile}} profile is not valid: {{.err}}": "",
|
||||||
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
|
||||||
|
|
Loading…
Reference in New Issue