Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Kubernetes aggregation by default
* Change `enable_aggregation` default from false to true * These days, Kubernetes control plane components emit annoying messages related to assumptions baked into the Kubernetes API Aggregation Layer if you don't enable it. Further the conformance tests force you to remember to enable it if you care about passing those * This change is motivated by eliminating annoyances, rather than any enthusiasm for Kubernetes' aggregation features * https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
- Loading branch information