-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggregator Routing Option #5349
Conversation
gambol99
commented
Jun 19, 2018
- adding the enable-aggregator-routing option to the kube-apiserver
in reference to #5345 |
/assign @KashifSaadat |
pkg/apis/kops/componentconfig.go
Outdated
@@ -220,6 +220,8 @@ type KubeAPIServerConfig struct { | |||
InsecureBindAddress string `json:"insecureBindAddress,omitempty" flag:"insecure-bind-address"` | |||
// EnableBootstrapAuthToken enables 'bootstrap.kubernetes.io/token' in the 'kube-system' namespace to be used for TLS bootstrapping authentication | |||
EnableBootstrapAuthToken *bool `json:"enableBootstrapTokenAuth,omitempty" flag:"enable-bootstrap-token-auth"` | |||
// EnableAggregatorRouting enables aggregator routing requests to endoints IP rather than cluster IP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
endoints
=> endpoints
One small typo in the comment, otherwise LGTM |
- adding the enable-aggregator-routing option to the kube-apiserver
fixed the typo upstream in the kubernetes repo and here .. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gambol99, KashifSaadat The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- nothing much here just a typo fix found when copied and pasting into a kops PR kubernetes/kops#5349
Automatic merge from submit-queue (batch tested with PRs 65247, 63633, 67425). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Typo Fix - nothing much here just a typo fix found when copying and pasting into a kops [#PR5349](kubernetes/kops#5349)