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

No IstioIngressGateway Route on Openshift #347

Closed
rafvasq opened this issue Jun 29, 2022 · 1 comment
Closed

No IstioIngressGateway Route on Openshift #347

rafvasq opened this issue Jun 29, 2022 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation Jump-Start Work items for Jump-Start participants openshift

Comments

@rafvasq
Copy link
Contributor

rafvasq commented Jun 29, 2022

Describe the bug

The main README states:

If you deployed using OpenShift, you can use IstioIngresGateway Route. You can find it in the OpenShift Console or using the CLI.
oc get route -n istio-system

But no route is created, I end up accessing the MLX UI using one of the nodes' public IPs.

  ❯ kubectl get node -o wide
  
  NAME            STATUS   ROLES           AGE     VERSION            INTERNAL-IP     EXTERNAL-IP       OS-IMAGE   KERNEL-VERSION                CONTAINER-RUNTIME
  10.87.171.224   Ready    master,worker   3h50m   v1.20.15+98b2293   10.87.171.224   169.62.122.24     Red Hat    3.10.0-1160.66.1.el7.x86_64   cri-o://1.20.8-3.rhaos4.7.gitb9df556.el7
  10.87.171.225   Ready    master,worker   3h51m   v1.20.15+98b2293   10.87.171.225   169.62.122.34     Red Hat    3.10.0-1160.66.1.el7.x86_64   cri-o://1.20.8-3.rhaos4.7.gitb9df556.el7
  10.87.200.79    Ready    master,worker   3h49m   v1.20.15+98b2293   10.87.200.79    150.238.130.173   Red Hat    3.10.0-1160.66.1.el7.x86_64   cri-o://1.20.8-3.rhaos4.7.gitb9df556.el7
  
  ❯ oc get route -n istio-system
  No resources found in istio-system namespace.

Environment

  • Openshift on IBM Cloud (ROKS) Versions 4.7, 4.8

@ckadner my thought is that if this is expected, then the documentation should be updated. Otherwise, I can look into the IstioIngressGateway route problem.

@ckadner ckadner added documentation Improvements or additions to documentation Jump-Start Work items for Jump-Start participants openshift labels Jun 29, 2022
@ckadner ckadner assigned ckadner and rafvasq and unassigned ckadner Jun 29, 2022
@ckadner
Copy link
Member

ckadner commented Oct 4, 2022

Closed by #356

@ckadner ckadner closed this as completed Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Jump-Start Work items for Jump-Start participants openshift
Projects
None yet
Development

No branches or pull requests

2 participants