changed action for arc cluster to use az connectedk8s proxy

This commit is contained in:
Atharva Mulmuley
2021-04-27 16:56:18 +05:30
parent e5a2133107
commit 23202c929e
760 changed files with 85163 additions and 107 deletions
+16 -2
View File
@@ -7,7 +7,7 @@ inputs:
required: true
default: 'generic'
method:
description: 'Acceptable values: kubeconfig or service-account'
description: 'Acceptable values: kubeconfig or service-account or spn'
required: true
default: 'kubeconfig'
kubeconfig:
@@ -44,8 +44,22 @@ inputs:
description: 'Azure connected cluster name'
required: false
default: ''
# inputs for az login
enable-AzPSSession:
description: 'SetthisvaluetotruetoenableAzurePowerShellLogininadditiontoAzCLIlogin'
required: false
default: false
environment:
description: 'Name of the environment. Supported values are azurecloud, azurestack, azureusgovernment, azurechinacloud, azuregermancloud. Default being azurecloud'
required: false
default: AzureCloud
allow-no-subscriptions:
description: 'Setthisvaluetotrueto enable support for accessing tenants without subscriptions'
required: false
default: false
branding:
color: 'green' # optional, decorates the entry in the GitHub Marketplace
runs:
using: 'node12'
main: 'lib/login.js'
main: 'lib/login.js'