Hi we’re using the kubernetes provider here and I’m wondering how others are using this when they have multiply clusters/contexts being used? thx!
something simple as below would only allow a single context to be access, what if i have multiply contexts?
provider "kubernetes" {
config_paths = [
"~/.kube/config",
"~/.kube_another_path/config"
]
config_context = "cluster01
}