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

Support additional kube-scheduler config parameters via config file #8407

Merged
merged 12 commits into from
Jan 27, 2020

Commits on Jan 24, 2020

  1. Support additional kube-scheduler config parameters via config file

    Mentioned in kubernetes#6942
    
    This change allows using the --config flag and a generated configfile to set
    options that were not previously supported and the use via flags is deprecated.
    (https://kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/)
    
    I thought that it might be better to have them in a config file to ensure
    support in newer kubernetes versions.
    
    It also makes it easy to add more.
    rralcala committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a9f3db6 View commit details
    Browse the repository at this point in the history
  2. Removes unused func

    rralcala committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    13047db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a01739 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    447b46d View commit details
    Browse the repository at this point in the history
  5. Updates based on feedback

    rralcala committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    b994559 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac9c368 View commit details
    Browse the repository at this point in the history
  7. Fixing ci tests

    rralcala committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    117353c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Update pkg/configbuilder/buildconfigfile.go

    Co-Authored-By: John Gardiner Myers <jgmyers@proofpoint.com>
    rralcala and johngmyers committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    069e74a View commit details
    Browse the repository at this point in the history
  2. Update pkg/configbuilder/buildconfigfile.go

    Co-Authored-By: John Gardiner Myers <jgmyers@proofpoint.com>
    rralcala and johngmyers committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    99c57b6 View commit details
    Browse the repository at this point in the history
  3. Update pkg/configbuilder/buildconfigfile.go

    Co-Authored-By: John Gardiner Myers <jgmyers@proofpoint.com>
    rralcala and johngmyers committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    f5c8e46 View commit details
    Browse the repository at this point in the history
  4. Updates based on feedback

    rralcala committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    1298d54 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

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