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

Download and install the ingress-nginx plugin #5809

Closed
mshiriv opened this issue Jun 28, 2020 · 1 comment · Fixed by #5819
Closed

Download and install the ingress-nginx plugin #5809

mshiriv opened this issue Jun 28, 2020 · 1 comment · Fixed by #5819
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@mshiriv
Copy link

mshiriv commented Jun 28, 2020

Kubernetes version: Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1da15becaa390438d8", GitTreeState:"clean", BuildDate:"2020-03-25T14:58:59Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"linux/amd64"}

Environment:

  • OS:  Ubuntu 20.04 LTS
  • Kernel: 5.4.0-37-generic
  • Install tools: krew v0.3.4

What happened:
Following documentation to install the ingress-nginx plugin, but I got bellow error on Download and install the ingress-nginx plugin step:

F0628 12:08:45.105912   89755 root.go:77] failed to load plugin manifest from file: plugin manifest validation error: failed to parse plugin version: version string "0.22.0" not starting with 'v'

Anything else we need to know:
This bug occurs due to  version: v%%%tag%%%  does not render correctly and after downloading ingress-nginx.yaml you have to add v before tag.

/kind bug

@mshiriv mshiriv added the kind/bug Categorizes issue or PR as related to a bug. label Jun 28, 2020
@aledbf
Copy link
Member

aledbf commented Jun 30, 2020

@mahmoudshirivaramini please use kubectl krew install ingress-nginx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants