We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you installed Istio using Helm following the standard documentation, this would be "istio=ingress"
--istio-ingressgateway=istio
kubectl hlf ca create
ingressgateway
controller to create istio Gateway with selector set to value provided in --istio-ingressgateway cli arg.
--istio-ingressgateway
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
No response
unrelated
The text was updated successfully, but these errors were encountered:
temp workaround is to use old label with new gateway chart values.yaml:
labels: istio: ingressgateway
Sorry, something went wrong.
No branches or pull requests
What happened?
--istio-ingressgateway=istio
tokubectl hlf ca create
command but created Gateway still hasingressgateway
selectorhttps://github.com/hyperledger/bevel-operator-fabric/blob/1a0a0242ac0a4b3aec9cd2d417cff10deda42723/controllers/ordnode/types.go#L136
https://github.com/hyperledger/bevel-operator-fabric/blob/1a0a0242ac0a4b3aec9cd2d417cff10deda42723/controllers/peer/peer_controller.go#L1039
https://github.com/hyperledger/bevel-operator-fabric/blob/1a0a0242ac0a4b3aec9cd2d417cff10deda42723/controllers/ca/types.go#L40
https://github.com/hyperledger/bevel-operator-fabric/blob/1a0a0242ac0a4b3aec9cd2d417cff10deda42723/controllers/ca/ca_controller.go#L534
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)?
Anything else we need to know?
No response
Kubernetes version
unrelated
The text was updated successfully, but these errors were encountered: