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

Cannot set custom value for CA istio-ingressgateway #148

Open
tbondarchuk opened this issue Feb 22, 2023 · 1 comment
Open

Cannot set custom value for CA istio-ingressgateway #148

tbondarchuk opened this issue Feb 22, 2023 · 1 comment

Comments

@tbondarchuk
Copy link

What happened?

  1. deployed Istio using helm chart (btw, istio operator is discouraged to use now)
  2. gateway selector is different for chart:

If you installed Istio using Helm following the standard documentation, this would be "istio=ingress"

  1. added --istio-ingressgateway=istio to kubectl hlf ca create command but created Gateway still has ingressgateway selector
  2. after some digging found out that CA crd does not pass ingressgateway name to created resources like orderer:
    IngressGateway string `json:"ingressGateway"`

    gateway := spec.Istio.IngressGateway

    Hosts []string `json:"hosts"`

What did you expect to happen?

controller to create istio Gateway with selector set to value provided in --istio-ingressgateway cli arg.

How can we reproduce it (as minimally and precisely as possible)?

kubectl hlf ca create  --image=$CA_IMAGE --version=$CA_VERSION --storage-class=standard --capacity=1Gi --name=org1-ca \
    --enroll-id=enroll --enroll-pw=enrollpw --hosts=org1-ca.localho.st --istio-port=443 --istio-ingressgateway=istio

kubectl get -oyaml gateway org1-ca-gateway | grep -2 selector

Anything else we need to know?

No response

Kubernetes version

unrelated

@tbondarchuk
Copy link
Author

temp workaround is to use old label with new gateway chart values.yaml:

labels:
  istio: ingressgateway

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

1 participant