kubeconfig generate

acloud kubeconfig generate

Generate a new kubeconfig file

acloud kubeconfig generate [flags]

Options

      --client-id string                idp client id
      --client-secret string            idp client secret
      --cluster-ca-certificate string   cluster k8s api certificate
      --cluster-endpoint string         cluster k8s api endpoint
      --cluster-slug string             cluster-slug
  -h, --help                            help for generate
      --issuer-url string               idp issuer URL
      --listen-addresses string         listen addresses used for the OAuth callback (comma separated for fallback) (default "localhost:18000,localhost:8000")
      --offline                         request an offline token (default true)
      --scopes string                   scopes (comma separated) (default "openid,profile,email,offline_access")

Options inherited from parent commands

  -C, --context string                    sets the context
      --debug                             enable debug mode
      --debug-show-authorization-header   prints actual authorization header in debug mode, use with caution!
  -O, --organisation string               sets the organisation
      --request-timeout duration          request timeout for api calls to the Avisi Cloud API (default 15s)
      --trace                             enable trace mode

SEE ALSO