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
The following config does not appear to work:
apiVersion: v1 kind: Service metadata: labels: asm_resource_type: VM name: kuat-xxx-vm namespace: xxx-bugbash-vm-3 spec: ports: - name: http port: 8090 protocol: TCP targetPort: 8090 selector: app: kuat-xxx-vm sessionAffinity: None type: ClusterIP status: loadBalancer: {} --- apiVersion: networking.istio.io/v1beta1 kind: WorkloadEntry metadata: name: kuat-xxx-vm namespace: xxx-bugbash-vm-3 spec: address: xxxxxxx labels: app: kuat-xxx-vm serviceAccount: xxxxx
istioctl pc endpoint shows:
SERVICE_VIP:80 HEALTHY OK outbound|8090||kuat-asm-vm.asm-bugbash-vm-3.svc.cluster.local
Note that port 80 is used instead of the desired 8090.
cc @howardjohn
The text was updated successfully, but these errors were encountered:
This happens if the original config has 80 and then edited to have 8090
Sorry, something went wrong.
howardjohn
Successfully merging a pull request may close this issue.
The following config does not appear to work:
istioctl pc endpoint shows:
Note that port 80 is used instead of the desired 8090.
cc @howardjohn
The text was updated successfully, but these errors were encountered: