Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KubeloginInstallerV0 troubleshooting #20824

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 32 additions & 39 deletions Tasks/KubeloginInstallerV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 64 additions & 64 deletions Tasks/KubeloginInstallerV0/task.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"$schema": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
"id": "5eeaaa81-40b2-4918-8fc7-e2dfc2318902",
"name": "KubeloginInstaller",
"friendlyName": "Kubelogin tool installer",
"description": "Helps to install kubelogin",
"helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/kubelogin-installer-v0) or [see the Kubelogin documentation](https://azure.github.io/kubelogin/index.html)",
"helpUrl": "https://azure.github.io/kubelogin/index.html",
"category": "Tool",
"minimumAgentVersion": "2.144.0",
"visibility": [
"Build",
"Release"
],
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 251,
"Patch": 0
"$schema": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
"id": "5eeaaa81-40b2-4918-8fc7-e2dfc2318902",
"name": "KubeloginInstaller",
"friendlyName": "Kubelogin tool installer",
"description": "Helps to install kubelogin",
"helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/kubelogin-installer-v0) or [see the Kubelogin documentation](https://azure.github.io/kubelogin/index.html)",
"helpUrl": "https://azure.github.io/kubelogin/index.html",
"category": "Tool",
"minimumAgentVersion": "2.144.0",
"visibility": [
"Build",
"Release"
],
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 252,
"Patch": 0
},
"demands": [],
"satisfies": [
"Kubelogin"
],
"instanceNameFormat": "Install Kubelogin $(kubeloginVersion)",
"inputs": [
{
"name": "kubeloginVersion",
"type": "string",
"label": "kubelogin version",
"defaultValue": "latest",
"helpMarkDown": "The version of kubelogin to use"
},
"demands": [],
"satisfies": [
"Kubelogin"
],
"instanceNameFormat": "Install Kubelogin $(kubeloginVersion)",
"inputs": [
{
"name": "kubeloginVersion",
"type": "string",
"label": "kubelogin version",
"defaultValue": "latest",
"helpMarkDown": "The version of kubelogin to use"
},
{
"name": "gitHubConnection",
"type": "connectedService:github:OAuth,OAuth2,PersonalAccessToken,InstallationToken,Token",
"label": "GitHub Connection",
"defaultValue": "",
"required": false,
"helpMarkDown": "A GitHub connection is needed to prevent anonymous requests limits to the Github API for [Azure/kubelogin](https://github.com/azure/kubelogin) from impacting the installation. Leaving this empty may cause failures if the request limit is reached. This connection does not require ANY permissions."
}
],
"execution": {
"Node16": {
"target": "kubelogin.js"
},
"Node10": {
"target": "kubelogin.js"
}
{
"name": "gitHubConnection",
"type": "connectedService:github:OAuth,OAuth2,PersonalAccessToken,InstallationToken,Token",
"label": "GitHub Connection",
"defaultValue": "",
"required": false,
"helpMarkDown": "A GitHub connection is needed to prevent anonymous requests limits to the Github API for [Azure/kubelogin](https://github.com/azure/kubelogin) from impacting the installation. Leaving this empty may cause failures if the request limit is reached. This connection does not require ANY permissions."
}
],
"execution": {
"Node16": {
"target": "kubelogin.js"
},
"messages": {
"Info_VerifyKubeloginInstallation": "Verifying kubelogin installation...",
"Info_ResolvedToolFromCache": "Resolved from tool cache: %s",
"Info_UsingToolPath": "Using tool path: %s",
"Info_UsingVersion": "Using version: %s",
"Info_CachingTool": "Caching kubelog version: %s",
"Info_ToolDownloaded": "Release successfully downloaded to %s",
"Info_KubeloginRelease": "Kubelogin release: %s",
"Info_KubeloginPlatform": "Kubelogin platform: %s",
"Info_KubeloginVersion": "Kubelogin version: %s",
"Info_KubeloginReleaseURL": "Kubelogin release URL: %s",
"Info_DownloadingFailed": "Failed to download kubelogin, exception %s",
"Err_ExtractionFailed": "Failed to extract package with error %s",
"Err_VersionNotFound": "Kubelogin version %s was not found",
"Err_NotAValidSemverVersion": "Version not specified in correct format. E.g: 1.8.2, v1.8.2, 2.8.2, v2.8.2.",
"SucceedMsg": "Kubelogin has been successfully installed",
"Info_KubeloginDownloading": "Downloading kubelogin"
"Node10": {
"target": "kubelogin.js"
}
},
"messages": {
"Info_VerifyKubeloginInstallation": "Verifying kubelogin installation...",
"Info_ResolvedToolFromCache": "Resolved from tool cache: %s",
"Info_UsingToolPath": "Using tool path: %s",
"Info_UsingVersion": "Using version: %s",
"Info_CachingTool": "Caching kubelog version: %s",
"Info_ToolDownloaded": "Release successfully downloaded to %s",
"Info_KubeloginRelease": "Kubelogin release: %s",
"Info_KubeloginPlatform": "Kubelogin platform: %s",
"Info_KubeloginVersion": "Kubelogin version: %s",
"Info_KubeloginReleaseURL": "Kubelogin release URL: %s",
"Info_DownloadingFailed": "Failed to download kubelogin, exception %s",
"Err_ExtractionFailed": "Failed to extract package with error %s",
"Err_VersionNotFound": "Kubelogin version %s was not found",
"Err_NotAValidSemverVersion": "Version not specified in correct format. E.g: 1.8.2, v1.8.2, 2.8.2, v2.8.2.",
"SucceedMsg": "Kubelogin has been successfully installed",
"Info_KubeloginDownloading": "Downloading kubelogin"
}
}
2 changes: 1 addition & 1 deletion Tasks/KubeloginInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 251,
"Minor": 252,
"Patch": 0
},
"demands": [],
Expand Down
4 changes: 2 additions & 2 deletions _generated/KubeloginInstallerV0.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|0.251.0
Node20_229_3|0.251.1
Default|0.252.0
Node20_229_3|0.252.1
71 changes: 32 additions & 39 deletions _generated/KubeloginInstallerV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions _generated/KubeloginInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 251,
"Minor": 252,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -67,7 +67,7 @@
"Info_KubeloginDownloading": "Downloading kubelogin"
},
"_buildConfigMapping": {
"Default": "0.251.0",
"Node20_229_3": "0.251.1"
"Default": "0.252.0",
"Node20_229_3": "0.252.1"
}
}
6 changes: 3 additions & 3 deletions _generated/KubeloginInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 251,
"Minor": 252,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -67,7 +67,7 @@
"Info_KubeloginDownloading": "ms-resource:loc.messages.Info_KubeloginDownloading"
},
"_buildConfigMapping": {
"Default": "0.251.0",
"Node20_229_3": "0.251.1"
"Default": "0.252.0",
"Node20_229_3": "0.252.1"
}
}
6 changes: 3 additions & 3 deletions _generated/KubeloginInstallerV0_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 251,
"Minor": 252,
"Patch": 1
},
"demands": [],
Expand Down Expand Up @@ -71,7 +71,7 @@
"Info_KubeloginDownloading": "Downloading kubelogin"
},
"_buildConfigMapping": {
"Default": "0.251.0",
"Node20_229_3": "0.251.1"
"Default": "0.252.0",
"Node20_229_3": "0.252.1"
}
}
Loading