You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Version Installer and for Kubernetes Task (#6058) (#6078)
* Added Version Installer and for Kubernetes Task (#6058)
* Added Version Installer and for Kubernetes Task
* kubectl changes
* fix invalid version
* handle back compat
* update task version
Copy file name to clipboardExpand all lines: Tasks/Kubernetes/Strings/resources.resjson/en-US/resources.resjson
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@
31
31
"loc.input.help.forceUpdate": "Delete the docker-registry secret if it exists and create a new one with updated values.",
32
32
"loc.input.label.versionOrLocation": "Kubectl",
33
33
"loc.input.label.versionSpec": "Version Spec",
34
-
"loc.input.help.versionSpec": "Version Spec of version to get. Examples: 1.7, 1.x, 4.x, 6.10.0, >=6.10.0",
34
+
"loc.input.help.versionSpec": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0, >=6.10.0",
35
35
"loc.input.label.checkLatest": "Check for Latest Version",
36
36
"loc.input.help.checkLatest": "Always checks online for the latest available version (stable.txt) that satisfies the version spec. This is typically false unless you have a specific scenario to always get latest. This will cause it to incur download costs when potentially not necessary, especially with the hosted build pool.",
37
37
"loc.input.label.specifyLocation": "Path to Kubectl",
38
-
"loc.input.help.specifyLocation": "Path to the kubectl version to use",
38
+
"loc.input.help.specifyLocation": "Full path to the kubectl.exe",
39
39
"loc.input.label.cwd": "Working directory",
40
40
"loc.input.help.cwd": "Working directory for the Kubectl command.",
41
41
"loc.input.label.outputFormat": "Output format",
@@ -48,5 +48,8 @@
48
48
"loc.messages.DockerRegistryConnectionNotSpecified": "Docker Registry connection details not specified",
49
49
"loc.messages.FileNotFoundException": "Can not find file at location: %s",
50
50
"loc.messages.DownloadingKubeCtlFromUrl": "Downloading Kubectl from Url: %s",
51
-
"loc.messages.DownloadPathForStableTxt": "Download path for stable.txt: %s"
51
+
"loc.messages.DownloadPathForStableTxt": "Download path for stable.txt: %s",
52
+
"loc.messages.DownloadKubeCtlFailed": "Can not download the kubectl client of version %s. Check if the version is correct https://github.com/kubernetes/kubernetes/releases",
53
+
"loc.messages.DownloadStableVersionFailed": "Can not download kubernetes stable version file from %s. Falling back to %s",
54
+
"loc.messages.UsingLatestStableVersion": "Invalid version 1.7 specified in Version Spec input. Using latest stable version instead. Check for correct versions https://github.com/kubernetes/kubernetes/releases"
"DockerRegistryConnectionNotSpecified": "Docker Registry connection details not specified",
251
250
"FileNotFoundException": "Can not find file at location: %s",
252
251
"DownloadingKubeCtlFromUrl": "Downloading Kubectl from Url: %s",
253
-
"DownloadPathForStableTxt": "Download path for stable.txt: %s"
252
+
"DownloadPathForStableTxt": "Download path for stable.txt: %s",
253
+
"DownloadKubeCtlFailed": "Can not download the kubectl client of version %s. Check if the version is correct https://github.com/kubernetes/kubernetes/releases",
254
+
"DownloadStableVersionFailed": "Can not download kubernetes stable version file from %s. Falling back to %s",
255
+
"UsingLatestStableVersion": "Invalid version 1.7 specified in Version Spec input. Using latest stable version instead. Check for correct versions https://github.com/kubernetes/kubernetes/releases"
0 commit comments