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
green-vegetable-15659
09/25/2024, 1:08 PM
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
ripe-byte-80555
09/27/2024, 10:02 AM
i solved it and was already going that way. sad the gke cluster dont provide that.. like aws
q
quick-continent-78360
09/28/2024, 5:53 AM
only the eks component provides that, the aws' providers dont, that's one of the reason you would end up writing your own imho