You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
What happened:
Following documentation to install the ingress-nginx plugin, but I got bellow error on
Download and install the ingress-nginx plugin
step: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 addv
beforetag
./kind bug
The text was updated successfully, but these errors were encountered: