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

Fix helm chart admissionReviewVersions regression #6180

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented Sep 16, 2020

What this PR does / why we need it:

We need to release 0.36.0 before the switch to v1

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Which issue/s this PR fixes

fixes #6179

How Has This Been Tested?

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@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 Sep 16, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aledbf

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:

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 16, 2020
@aledbf aledbf merged commit 370bc45 into kubernetes:master Sep 16, 2020
@jaalle
Copy link

jaalle commented Sep 16, 2020

Hello @aledbf,

Has latest been updated? We just pulled latest hoping to confirm this fixes the problem we began observing yesterday and it is still at 0.35.0. We pull from this URL:
https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/baremetal/deploy.yaml

@aledbf
Copy link
Member Author

aledbf commented Sep 16, 2020

@jaalle this is a change in the helm chart, not the ingress controller image

Edit: I just push a PR to keep the static manifests in sync

@aledbf
Copy link
Member Author

aledbf commented Sep 16, 2020

We pull from this URL:
https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/baremetal/deploy.yaml

You should not pull from master ;) and use a tag.

@jaalle
Copy link

jaalle commented Sep 16, 2020

Hello @aledbf,

Are you referring to a specific version, as documented here:
https://kubernetes.github.io/ingress-nginx/deploy/#bare-metal

e.g.:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.35.0/deploy/static/provider/baremetal/deploy.yaml

If so, we can do that but we can't monitor all projects for upgrades so our strategy has been to basically package a known good in an ansible role, then pull latest from master, diff the two, and deploy latest if there is a diff. This way we retain the ability to manually delete and apply known good when there is a problem, but by default deploy latest when building a cluster.

@aledbf
Copy link
Member Author

aledbf commented Sep 16, 2020

If so, we can do that but we can't monitor all projects for upgrades so our strategy has been to basically package a known good in an ansible role, then pull latest from master, diff the two, and deploy latest if there is a diff.

Keep in mind master could point to a staging image and not a release.

@jaalle
Copy link

jaalle commented Sep 16, 2020

Keep in mind master could point to a staging image and not a release.

Do you have a static manifest for the latest release? If not, consider this a vote for one.

@aledbf aledbf deleted the fix branch September 16, 2020 21:01
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. 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.

Issue with web hook upgrade
3 participants