Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize Kubernetes API flag name (#619)
## Description Kubernetes auto-injects certain [environment variables into pods for service discovery](https://kubernetes.io/docs/concepts/services-networking/service/#environment-variables), and the `KUBERNETES` env var is defined for all pods in all namespaces with the service IP of the API server. Because we already support viper environment variable mappings for flags, changing the flag name here will automatically support the in-cluster Kubernetes client configuration
- Loading branch information