kubectl command-line tool uses kubeconfig files to find the information it needs to choose a cluster and communicate with the API server of a cluster.",
-"label.download.kubectl": "Download kubectl tool for cluster's Kubernetes version",
+"label.download.kubeconfig.cluster": "Download kubeconfig for the cluster kubectl command-line tool uses kubeconfig files to find the information it needs to choose a cluster and communicate with the API server of a cluster.",
+"label.download.kubectl": "Download kubectl tool for cluster's Kubernetes version",
"label.download.kubernetes.cluster.config": "Download Kubernetes cluster config",
"label.download.progress": "Download Progress",
"label.dpd": "Dead Peer Detection",
@@ -1966,6 +1966,7 @@
"label.srx.firewall": "Juniper SRX Firewall",
"label.ssh.key.pair.details": "SSH Key Pair Details",
"label.ssh.key.pairs": "SSH Key Pairs",
+"label.ssh.port": "SSH Port",
"label.sshkeypair": "New SSH Key Pair",
"label.sshkeypairs": "SSH keypairs",
"label.sslcertificates": "SSL Certificates",
@@ -2147,7 +2148,7 @@
"label.usageinterface": "Usage Interface",
"label.usagename": "Usage Type",
"label.usageunit": "Unit",
-"label.use.kubectl.access.cluster": "Use kubectl and kubeconfig file to access cluster",
+"label.use.kubectl.access.cluster": "kubectl and kubeconfig file to access cluster",
"label.use.vm.ip": "Use VM IP:",
"label.use.vm.ips": "Use VM IPs",
"label.used": "Used",
@@ -2891,6 +2892,11 @@
"message.iso.desc": "Disc image containing data or bootable media for OS",
"message.join.project": "You have now joined a project. Please switch to Project view to see the project.",
"message.kubeconfig.cluster.not.available": "Kubernetes cluster kubeconfig not available currently",
+"message.kubernetes.cluster.delete": "Please confirm that you want to destroy the cluster",
+"message.kubernetes.cluster.scale": "Please select desired cluster configuration",
+"message.kubernetes.cluster.start": "Please confirm that you want to start the cluster",
+"message.kubernetes.cluster.stop": "Please confirm that you want to stop the cluster",
+"message.kubernetes.cluster.upgrade": "Please select new kubernetes version",
"message.launch.vm.on.private.network": "Do you wish to launch your instance on your own private dedicated network?",
"message.launch.zone": "Zone is ready to launch; please proceed to the next step.",
"message.launch.zone.description": "Zone is ready to launch; please proceed to the next step.",
diff --git a/ui/src/views/compute/KubernetesServiceTab.vue b/ui/src/views/compute/KubernetesServiceTab.vue
index d78775ef778..20a7fe7f0bc 100644
--- a/ui/src/views/compute/KubernetesServiceTab.vue
+++ b/ui/src/views/compute/KubernetesServiceTab.vue
@@ -40,23 +40,21 @@
- {{ $t('label.download.kubeconfig.cluster') }} +
- {{ $t('label.download.kubectl') }}
{{ $t('label.linux') }}: {{ this.kubectlLinuxLink }}
{{ $t('label.macos') }}: {{ this.kubectlMacLink }}
{{ $t('label.windows') }}: {{ this.kubectlWindowsLink }}
- {{ $t('label.use.kubectl.access.cluster') }}
kubectl --kubeconfig /custom/path/kube.conf {COMMAND}
-
{{ $t('label.list.pods') }}
kubectl --kubeconfig /custom/path/kube.conf get pods --all-namespaces
{{ $t('label.list.nodes') }}
@@ -106,6 +104,9 @@