-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error when trying to use the openshift infrastructure #25
Comments
still happening, uninstalled/installed hawkinit. getting the same err Unable to connect to the server: dial tcp: lookup console.mjelen.pixy.io: no such host @josejulio any idea? |
What's your hawkinit version? I don't really know much about openshift, but it seems like a openshift issue to me, or maybe the templates are incompatible with your openshift version? @rubenvp8510 do you know what could be the problem? |
I don't think this is an issue with templates, it seems to me like something is blocking container network, @abonas did you tried disabling iptables? |
@rubenvp8510 yes I did disable them |
@abonas Is there something using ports tcp/8443, udp/53 and udp/8053? If you run |
different problems for running oc cluster up oc cluster up did not find quickly a way to send the insecure parameter to docker, it doesn't work in command line, probably needs to be added in some file. |
add this line
At least this works on my docker,
|
wrt wrt. To make it even more complicated, they change it on Fedora 26, now the file with the registries is: there should be line that looks like: insecure_registries:
- 172.30.0.0/16 Btw. the support for openshift in hawkinit is very basic, it uses the fixed version of the template (not the latest one). Instead of using hawkinit, I'd recommend going into https://github.com/hawkular/hawkular-services/tree/master/openshift and reading the readme. I've created a shell script that should run the ephemeral instance, not sure if it still works though. theute was using it iirc. |
this is the output:
Error when trying to use the openshift infrastructure: Error: Command failed: oc cluster down &> /dev/null ; curl -s https://raw.githubusercontent.com/hawkular/hawkinit/master/lib/configs/openshift/startEphemeral.sh | HAWKULAR_SERVICES_IMAGE=hawkular/hawkular-services:0.36.0.Final TEMPLATE=https://raw.githubusercontent.com/hawkular/hawkinit/master/lib/configs/openshift/hawkular-services-ephemeral.yaml sh
when I ran 'oc cluster down' manually, it works fine.
The oc that I have is v 1.5.0
The text was updated successfully, but these errors were encountered: