Skip to content
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

Merged
merged 1 commit into from
Jun 20, 2018
Merged

Conversation

gambol99
Copy link
Contributor

  • adding the enable-aggregator-routing option to the kube-apiserver

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 19, 2018
@gambol99
Copy link
Contributor Author

in reference to #5345

@gambol99
Copy link
Contributor Author

/assign @KashifSaadat

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

endoints => endpoints

@KashifSaadat
Copy link
Contributor

One small typo in the comment, otherwise LGTM

- adding the enable-aggregator-routing option to the kube-apiserver
@gambol99
Copy link
Contributor Author

fixed the typo upstream in the kubernetes repo and here ..

@KashifSaadat
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 20, 2018
@k8s-ci-robot
Copy link
Contributor

[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:
  • OWNERS [KashifSaadat,gambol99]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit a92ee72 into kubernetes:master Jun 20, 2018
@gambol99 gambol99 deleted the api_options branch June 25, 2018 21:54
k8s-github-robot pushed a commit to kubernetes/kubernetes that referenced this pull request Aug 23, 2018
- nothing much here just a typo fix found when copied and pasting into a kops PR kubernetes/kops#5349
k8s-github-robot pushed a commit to kubernetes/kubernetes that referenced this pull request Aug 23, 2018
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants