Open hash-d opened 10 months ago
This is still true for 1.8.1:
$ skupper init --enable-flow-collector --enable-console --console-auth openshift
Waiting for LoadBalancer IP or hostname...
Waiting for status...
Skupper status is not loaded yet.
Skupper is now installed in namespace 'default'. Use 'skupper status' to get more information.
$ k get pod
NAME READY STATUS RESTARTS AGE
skupper-prometheus-5956497974-5j4md 1/1 Running 0 82s
skupper-router-5cdc76b5c5-2vzrr 2/2 Running 0 86s
skupper-service-controller-65d8bbdbcd-mrmmg 0/3 ContainerCreating 0 83s
$ skupper version
client version 1.8.1-rh-1
transport version x/y/service-interconnect-skupper-router-rhel9:2.7.1-1 (sha256:3e3cc571cfd9)
controller version not-found
config-sync version x/y/service-interconnect-config-sync-rhel9:1.8.1-1 (sha256:65fc88e0d018)
flow-collector version not-found
$ skupper status
Status pending...
$
Have you found any solution to this?
Experiencing this in one of my k3s clusters. In other similiar clusters it works fine though.
@maaft, since you're using k3s, you wouldn't have openshift authentication in the first place, as it depends on openshift components being deployed on the cluster. Just use another console auth option (such as internal
), and you should be good.
Describe the bug
skupper init
with--console-auth=openshift
fails to get skupper started in a non-OpenShift cluster, and no obvious reason for the failure can be seen.How To Reproduce
Execute on a non-OpenShift cluster:
Expected behavior
I'm not sure. One of:
Environment details
Additional context