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

Kong Enterprise documented Helm 3 install command fails #758

Closed
kazvictor opened this issue Jul 2, 2020 · 2 comments
Closed

Kong Enterprise documented Helm 3 install command fails #758

kazvictor opened this issue Jul 2, 2020 · 2 comments

Comments

@kazvictor
Copy link

Summary

helm 3 command for installing kong enterprise ingress controller is incorrect: https://github.com/Kong/kubernetes-ingress-controller/blob/master/docs/deployment/k4k8s-enterprise.md#helm

$ helm install kong/kong --generate-name
--name demo --namespace kong
--values https://l.yolo42.com/k4k8s-enterprise-helm-values
--set ingressController.installCRDs=false

The --name demo parameter is invalid, can likely be removed.

Kubernetes version

Client Version: version.Info{Major:"1", Minor:"16+", GitVersion:"v1.16.6-beta.0", GitCommit:"e7f962ba86f4ce7033828210ca3556393c377bcc", GitTreeState:"clean", BuildDate:"2020-01-15T08:26:26Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"16+", GitVersion:"v1.16.6-beta.0", GitCommit:"e7f962ba86f4ce7033828210ca3556393c377bcc", GitTreeState:"clean", BuildDate:"2020-01-15T08:18:29Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"}

Environment

  • Docker for Mac
  • macOS
  • Kernel (e.g. uname -a): Darwin Victors-MBP.localdomain 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64

What happened

Helm 3 install command fails with:
Error: unknown flag: --name

Expected behavior

Should succeed.

Steps To Reproduce

  1. Run Helm3 install command from docs after setting up the prerequisites: https://github.com/Kong/kubernetes-ingress-controller/blob/master/docs/deployment/k4k8s-enterprise.md#helm
@hbagdi
Copy link
Member

hbagdi commented Jul 6, 2020

Ah yes, can you send a PR to fix this?
Apologies for the inconvenience.

@hbagdi
Copy link
Member

hbagdi commented Sep 11, 2020

This should be fixed now.

@hbagdi hbagdi closed this as completed Sep 11, 2020
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

No branches or pull requests

2 participants