-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Currently only one configuration can be set which is quite limited on running this provider in CI and in development.
Would suggest 2 things:
- In-cluster config should just automatically set based on the below
In-cluster Config
The provider uses theKUBERNETES_SERVICE_HOST
andKUBERNETES_SERVICE_PORT
environment variables to detect when it is running inside a cluster, so in this case you do not need to specify any attributes in the provider block if you want to connect to the local kubernetes cluster.If you want to connect to a different cluster than the one terraform is running inside, configure the provider as above.
ref: https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs#in-cluster-config
- Support multiple args instead of:
only one of
kubeconfig_incluster,kubeconfig_path,kubeconfig_rawcan be specified, but
kubeconfig_incluster,kubeconfig_pathwere specified.
.
legal90, ForbiddenEra, leonkatz, tkellen, wosiu and 1 more
Metadata
Metadata
Assignees
Labels
No labels