Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

fix maxPods deprecation inconsistency #2618

Merged
merged 3 commits into from
Apr 6, 2018

Conversation

jackfrancis
Copy link
Member

@jackfrancis jackfrancis commented Apr 6, 2018

What this PR does / why we need it: KubernetesConfig.MaxPods was deprecated in practice with the introduction of kubeletConfig (which allows for direct --max-pods config setting), but lots of dangling/inconsistent code was left around.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #2346

Special notes for your reviewer:

If applicable:

  • documentation
  • unit tests
  • tested backward compatibility (ie. deploy with previous version, upgrade with this branch)

Release note:

fix maxPods deprecation inconsistency

JunSun17
JunSun17 previously approved these changes Apr 6, 2018
Copy link
Collaborator

@JunSun17 JunSun17 left a comment

Choose a reason for hiding this comment

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

LGTM.

@jackfrancis jackfrancis merged commit 1362b03 into Azure:master Apr 6, 2018
@ghost ghost removed the in progress label Apr 6, 2018
@jackfrancis jackfrancis deleted the max-pods-bugs branch April 6, 2018 20:57
jackfrancis added a commit that referenced this pull request Apr 12, 2018
* fix maxPods deprecation inconsistency
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

maxPods configuration parameter not honoured
2 participants