mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-29 18:59:26 +08:00
changed action for arc cluster to use az connectedk8s proxy
This commit is contained in:
+16
-2
@@ -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: 'Set this value to true to enable Azure PowerShell Login in addition to Az CLI login'
|
||||
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: 'Set this value to true to 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'
|
||||
Reference in New Issue
Block a user