cyclops
cyclops copied to clipboard
I can't access the cyclops from outside
I have installed cyclops on my self kubernetes but I can't access it from outside.
By editing the service , I have changed the type as NodePort from loadbalancing but I can't access the dashboard
@Asakaigg Can you try installing Cyclops with:
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.5.0/install/cyclops-install.yaml &&
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.5.0/install/demo-templates.yaml
And then try port-forwarding
sorry it is my node issue thanks for your help