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

remove deprecated annotations in server-service template #1619

Merged
merged 5 commits into from
Oct 17, 2022

Conversation

kschoche
Copy link
Contributor

@kschoche kschoche commented Oct 13, 2022

Changes proposed in this PR:

  • We previously relied on setting an annotation service.alpha.kubernetes.io/tolerate-unready-endpoints: "true" which has been deprecated for 5 years and replaced with spec.publicNotReadyAddresses which we also already use.
  • Remove it and continue to use the correct spec field on the server-service.yaml.

kubernetes/kubernetes#63742
kubernetes/kubernetes#63741

How I've tested this PR:
CI and Unit tests should pass.
Bats test updated.

How I expect reviewers to test this PR:
👀

Checklist:

  • Tests added
  • CHANGELOG entry added

    HashiCorp engineers only, community PRs should not add a changelog entry.
    Entries should use present tense (e.g. Add support for...)

@kschoche kschoche self-assigned this Oct 13, 2022
@kschoche kschoche requested review from lkysow, a team and thisisnotashwin and removed request for a team October 13, 2022 20:25
Copy link
Contributor

@ishustava ishustava left a comment

Choose a reason for hiding this comment

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

Looks good! Just a couple of minor comments

charts/consul/test/unit/server-service.bats Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@thisisnotashwin thisisnotashwin left a comment

Choose a reason for hiding this comment

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

NICE!

kschoche and others added 3 commits October 17, 2022 10:52
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
@kschoche kschoche merged commit e8b4d8b into main Oct 17, 2022
@kschoche kschoche deleted the remove_deprecated_annotatation_from_server_service branch October 17, 2022 15:54
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.

3 participants