-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
When a cluster is acquired, the response to the user should be a configuation file that is populated with relevant information from the cluster.
apiVersion: v1
clusters:
- cluster:
insecure-skip-tls-verify: true
server: {api}
name: cluster
contexts:
- context:
cluster: cluster
namespace: {context}
user: {username}
name: cluster
current-context: cluster
kind: Config
preferences: {}
users:
- name: {username}
user:
password: {password}
username: {username}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels