Skip to content

Conversation

@OlleLarsson
Copy link
Contributor

@OlleLarsson OlleLarsson commented Feb 9, 2022

What this PR does / why we need it:
Upgrades the ingress-nginx helm chart to latest.
This bumps ingress-nginx to v1.x.x
This is needed as to support k8s >=1.22
The biggest change is the requirement of an ingressClass.

Which issue this PR fixes:
fixes #805

Public facing documentation PR:

Special notes for reviewer:

Checklist:

  • Added relevant notes to WIP-CHANGELOG.md
  • Proper commit message prefix on all commits
  • Updated the public facing documentation
  • Is this changeset backwards compatible for existing clusters? Applying:
    • is completely transparent, will not impact the workload in any way.
    • requires running a migration script.
    • will create noticeable cluster degradation.
      E.g. logs or metrics are not being collected or Kubernetes API server
      will not be responding while upgrading.
    • requires draining and/or replacing nodes.
    • will change any APIs.
      E.g. removes or changes any CK8S config options or Kubernetes APIs.
    • will break the cluster.
      I.e. full cluster migration is required.
  • Chart checklist (pick exactly one):
    • I upgraded no Chart.
    • I upgraded a Chart and determined that no migration steps are needed.
    • I upgraded a Chart and added migration steps.

Pipeline config (if applicable)
If you change some config options (e.g. add/rename variable or change the default value) you may need to update the config used by the pipeline in pipeline/config.

Copy link
Contributor

@cristiklein cristiklein left a comment

Choose a reason for hiding this comment

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

LGTM, but didn't test.

Should we update the user demo Ingress to specify an ingressClass?

@OlleLarsson
Copy link
Contributor Author

LGTM, but didn't test.

Should we update the user demo Ingress to specify an ingressClass?

I would say yes as the annotation is deprecated.

@OlleLarsson OlleLarsson changed the title Ol/v1 ingress nginx Ingress-nginx upgrade Feb 9, 2022
@cristiklein
Copy link
Contributor

@OlleLarsson Your wish is my ticket. 😄

Copy link
Contributor

@Xartos Xartos left a comment

Choose a reason for hiding this comment

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

LGTM!

@OlleLarsson OlleLarsson merged commit b1db90d into main Feb 11, 2022
@OlleLarsson OlleLarsson deleted the ol/v1-ingress-nginx branch February 11, 2022 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[5] Upgrade ingress-nginx to v1.0

4 participants