hi good morning. i have small problem i cant figur...
# kubernetes
r
hi good morning. i have small problem i cant figure out i make several GKE clusters on same run. but will deploy different secrest on some of them: how do ensure the provider is the right cluster on the run. in python
g
Hi, you need to craft a kubeconfig based off your clusters output and explicitly configure kubernetes provider with that - unfortunately I can't help with GKE
r
i solved it and was already going that way. sad the gke cluster dont provide that.. like aws
q
only the eks component provides that, the aws' providers dont, that's one of the reason you would end up writing your own imho