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

helm/hubble-ui: fixed ingress configuration on EKS clusters #14023

Merged

Conversation

mvisonneau
Copy link
Contributor

@mvisonneau mvisonneau commented Nov 13, 2020

On EKS clusters, the interpolated value of .Capabilities.KubeVersion.Version is assimilated as a prerelease per its semver syntax, eg: v1.18.8-eks-7c9bda. With this change, we are fixing the compute of the ingress.apiVersion template parameter when deploying over EKS clusters.

Fixes: #14018

fixes cilium#14018

Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
@mvisonneau mvisonneau requested review from a team as code owners November 13, 2020 14:13
@mvisonneau mvisonneau requested a review from a team November 13, 2020 14:13
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Nov 13, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.10.0 Nov 13, 2020
Copy link
Member

@qmonnet qmonnet left a comment

Choose a reason for hiding this comment

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

Nice catch, thank you!

@qmonnet qmonnet added the release-note/misc This PR makes changes that have no direct user impact. label Nov 13, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Nov 13, 2020
@errordeveloper errordeveloper added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 13, 2020
@qmonnet qmonnet removed their assignment Nov 13, 2020
@christarazi christarazi merged commit f65bee5 into cilium:master Nov 14, 2020
@sayboras
Copy link
Member

Nominate for backport 1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.9.1
Backport pending to v1.9
Development

Successfully merging this pull request may close these issues.

helm: hubble-ui ingress 'error validating "": error validating data: apiVersion not set'
8 participants