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

Node selector per client rather than per request #31471

Merged
merged 7 commits into from
Jun 22, 2018

Commits on Jun 20, 2018

  1. Node selector per client rather than per request

    We have made node selectors configurable per request, but all of other language clients don't allow for that.
    A good reason not to do so, is that having a different node selector per request breaks round-robin.
    This commit makes NodeSelector configurable only at client initialization. It also improves the docs on this
    matter, important given that a single node selector can still affect round-robin.
    javanna committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    4628cf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e6ee6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Configuration menu
    Copy the full SHA
    5497d33 View commit details
    Browse the repository at this point in the history
  2. review comments

    javanna committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    023166e View commit details
    Browse the repository at this point in the history
  3. fix compile

    javanna committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    9843b53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b1a5f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    c7975f3 View commit details
    Browse the repository at this point in the history