-
Notifications
You must be signed in to change notification settings - Fork 207
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
FATA[0000] gitkube service of type LoadBalancer has no available IP/hostnames #112
Comments
Didn't you forget to expose the service
|
Hello, I have the same problem. that LoadBalancer has no available IP/hostnames. I don't use cloud which can give IP automatically, but I have microk8s and one public IP (set manualy, by editing gitkubed and add externalIPs field). Let's check:
I only changed the port of ssh service because 22 is used by my node (ssh server outside of k8s). I have already tried to create myremote.yaml object in the same namespace as gitkubed service, but the result was the same. What do you propose? Best Regards |
I also have Radek's issue. I install gitkube and create the remote using the standard kubectl commands in the tutorial. I've tried this:
But to no avail. After a while I ended up just giving up and reverting to building and pushing locally, which is a shame because gitkube looks super neat. |
You can also check for the git remote url using kubectl: |
Thank you for the reply. I did do this, but |
Any news about this issue ? |
Repeated all steps successfully of this example on fresh Kubernetes 1.14 install. After this:
getting this:
What I am missing?
The text was updated successfully, but these errors were encountered: