GoogleCloudPlatform / GoogleCloudPlatform/cloud-sql-proxy-operator
Operator to prevent more than one proxy for the same workload
- Lingua principale
- Go
- Stelle
- 120
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
By mistake, I created two AuthProxyWorkload resources pointing to the same Deployment, and it basically blocked my ReplicaSet from working, because the environment variables set for the `host` and `port` were already set for that workload.
It took me a while to find out about the second AuthProxyWorkload, although the operator was smart enough to block having the env vars twice, the error was not clear enough.
I'd like to propose that the operator reject the AuthProxyWorkload when it detects that a resource already points to the same workload.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.