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 ingress 'error validating "": error validating data: apiVersion not set' #14018

Closed
mvisonneau opened this issue Nov 13, 2020 · 0 comments · Fixed by #14023
Closed
Labels
kind/bug This is a bug in the Cilium logic. kind/community-report This was reported by a user in the Cilium community, eg via Slack.

Comments

@mvisonneau
Copy link
Contributor

Bug report

When I attempt to deploy a ingress for the hubble UI, I got the following error:

~$ helm upgrade -i cilium cilium/cilium --version 1.9.0 --set hubble.ui.ingress.enabled=true
Error: UPGRADE FAILED: error validating "": error validating data: apiVersion not set

I assume there is something not interpolating correctly amongst this template:

https://github.com/cilium/cilium/blob/v1.9.0/install/kubernetes/cilium/templates/_helpers.tpl#L8-L19

General Information

~$ helm version
version.BuildInfo{Version:"v3.4.1", GitCommit:"c4e74854886b2efe3321e185578e6db9be0a6e29", GitTreeState:"dirty", GoVersion:"go1.15.4"}
~$ kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T18:49:28Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.8-eks-7c9bda", GitCommit:"7c9bda52c425d0d56d7b93f1377a826b4132c05c", GitTreeState:"clean", BuildDate:"2020-08-28T23:04:33Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
@mvisonneau mvisonneau added the kind/bug This is a bug in the Cilium logic. label Nov 13, 2020
@errordeveloper errordeveloper added the kind/community-report This was reported by a user in the Cilium community, eg via Slack. label Nov 13, 2020
mvisonneau added a commit to mvisonneau/cilium that referenced this issue Nov 13, 2020
fixes cilium#14018

Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
christarazi pushed a commit that referenced this issue Nov 14, 2020
fixes #14018

Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
kaworu pushed a commit that referenced this issue Nov 17, 2020
[ upstream commit f65bee5 ]

fixes #14018

Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
borkmann pushed a commit that referenced this issue Nov 18, 2020
[ upstream commit f65bee5 ]

fixes #14018

Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This is a bug in the Cilium logic. kind/community-report This was reported by a user in the Cilium community, eg via Slack.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants