Skip to content

Acquire cluster #4

@clintkitson

Description

@clintkitson

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions