Helm Port Mappings

I tried the debug pod, but it hangs waiting for the router volume:

Events:
  Type     Reason            Age   From               Message
  ----     ------            ----  ----               -------
  Warning  FailedScheduling  27s   default-scheduler  0/1 nodes are available: persistentvolumeclaim "ziti-router" not found. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod..

You were correct!
Somehow, either the router or the PV/PVC I assigned it were in lockstep.
I uninstalled the router, deleted and recreated the hostpath pair, and then reinstalled.

Everything is up now!
Thank you so much!

Of course, now, I have more queries :slight_smile:

I have created a device identity for an android handheld.
In the ziti mobile edge program, I pressed the "Tap to Connect" power button.
It flashes a green tick mark, vibrates, and then the green instantly goes away.

Also, given that I have traefik handling requests via DNS, what is the procedure to create a service in the console that would intercept a request for something like service.domain.com and point to the EXTERNAL-IP address of the traefik service?

1 Like