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

CheckNodePIDPressure is not supported in v1.10 #2946

Merged
merged 1 commit into from
Jul 4, 2018

Conversation

Miouge1
Copy link
Contributor

@Miouge1 Miouge1 commented Jun 28, 2018

PR #2737 accidentally introduces CheckNodePIDPressure which is was released with v1.11 (see CHANGELOG-1.11.md, PR #60007). Since Kubespray currently supports v1.10 this PR removes CheckNodePIDPressure.

Issue reported by @avoidik on slack

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 28, 2018
@avoidik
Copy link
Contributor

avoidik commented Jun 28, 2018

I confirm, without CheckNodePIDPressure it was successful

@woopstar
Copy link
Member

ci check this

@@ -10,7 +10,6 @@
{"name" : "GeneralPredicates"},
{"name" : "CheckNodeMemoryPressure"},
{"name" : "CheckNodeDiskPressure"},
{"name" : "CheckNodePIDPressure"},
Copy link
Contributor

@drekle drekle Jun 29, 2018

Choose a reason for hiding this comment

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

@Miouge1 Maybe you should just add a conditional around kube_version var for all the ones added. However I was just going to remove it as well. :)

Copy link
Contributor

@drekle drekle Jun 29, 2018

Choose a reason for hiding this comment

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

I think this is v1.12.0-alpha.0
something like...

{% if kube_version | version_compare('v1.11', '>') %}

... however not sure on this.

probably a lot of these predicates need version checks.

Copy link
Contributor

@drekle drekle left a comment

Choose a reason for hiding this comment

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

These changes leave the repo in a better state.

drekle added a commit to drekle/kubespray that referenced this pull request Jun 29, 2018
@Atoms Atoms merged commit 4092f96 into kubernetes-sigs:master Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants