vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
I'm working in an environment that does not support ingress ssl-passthrough, and I'm trying to keep everything in Terraform using the Helm chart. However, there does not appear to be a way to export a kubeconfig equivalent to:
Is your feature request related to a problem?
I'm working in an environment that does not support ingress ssl-passthrough, and I'm trying to keep everything in Terraform using the Helm chart. However, there does not appear to be a way to export a kubeconfig equivalent to:
The current
exportKubeConfig
seems to be equivalent to the above command without--service-account
and--cluster-role
.Which solution do you suggest?
Can we add options to
exportKubeConfig
so that we can specify the service account and cluster role?Which alternative solutions exist?
Using the CLI instead of Terraform+Helm. Though this is more difficult to automate and use in infrastructure-as-code.
Additional context
No response