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): use podAnnotations everywhere possible #4991

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

lahabana
Copy link
Contributor

  • Deprecated annotations everywhere in favour of podAnnotations
  • Add test to validate all annotations values
  • Add cni.podAnnotations
  • Add README for helm chart tests

Fix #4935

Co-authored-by: Deepak Mohandas deepak.mohandas@konghq.com
Signed-off-by: Charly Molter charly.molter@konghq.com

Checklist prior to review

  • Link to docs PR or issue --
  • Link to UI issue or PR --
  • Is the issue worked on linked? --
  • The PR does not hardcode values that might break projects that depend on kuma (e.g. "kumahq" as a image registry) --
  • The PR will work for both Linux and Windows, system specific functions like syscall.Mkfifo have equivalent implementation on the other OS --
  • Unit Tests --
  • E2E Tests --
  • Manual Universal Tests --
  • Manual Kubernetes Tests --
  • Do you need to update UPGRADE.md? --
  • Does it need to be backported according to the backporting policy? --
  • Do you need to explicitly set a > Changelog: entry here?

- Deprecated `annotations` everywhere in favour of `podAnnotations`
- Add test to validate all `annotations` values
- Add `cni.podAnnotations`
- Add README for helm chart tests

Fix kumahq#4935

Co-authored-by: Deepak Mohandas <deepak.mohandas@konghq.com>
Signed-off-by: Charly Molter <charly.molter@konghq.com>
@lahabana
Copy link
Contributor Author

@jakubdyszkiewicz what's you opinion with backporting?

@lahabana lahabana merged commit c5223c8 into kumahq:master Sep 12, 2022
@lobkovilya
Copy link
Contributor

@Mergifyio backport release-1.8

mergify bot pushed a commit that referenced this pull request Oct 5, 2022
- Deprecated `annotations` everywhere in favour of `podAnnotations`
- Add test to validate all `annotations` values
- Add `cni.podAnnotations`
- Add README for helm chart tests

Fix #4935

Signed-off-by: Charly Molter <charly.molter@konghq.com>
Co-authored-by: Deepak Mohandas <deepak.mohandas@konghq.com>
(cherry picked from commit c5223c8)

# Conflicts:
#	UPGRADE.md
#	app/kumactl/cmd/install/testdata/install-control-plane.cni-enabled.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.cni-experimental-enabled.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.defaults.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.global.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.override-env-vars.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.overrides.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.registry.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.tproxy-ebpf-experimental-enabled.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.with-egress.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.with-helm-set.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.with-helm-values.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.with-ingress.golden.yaml
#	app/kumactl/cmd/install/testdata/install-control-plane.zone.golden.yaml
#	app/kumactl/cmd/install/testdata/install-cp-helm/empty.golden.yaml
#	app/kumactl/cmd/install/testdata/install-cp-helm/fix4485.golden.yaml
#	app/kumactl/cmd/install/testdata/install-cp-helm/fix4496.golden.yaml
@mergify
Copy link
Contributor

mergify bot commented Oct 5, 2022

backport release-1.8

✅ Backports have been created

@lahabana lahabana deleted the fix4935 branch March 29, 2024 12:43
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.

bad pod annotation indentation error while using multiple annotations
4 participants