I set up openshift V3 all-in-one on a VM in the cloud so how can I contact it as the address is private and internal. I think I have to start Vagrand with some magic parameters but I haven't clue about them. Thanks
标签:
openshift-origin
相关问题
- Validate OpenShift objects defined in yaml before
- How to include script and run it into kubernetes y
- Openshift Route is not load balancing from Service
- “rhc cartridges” not showing cartridge added with
- How to allow image pull from one project to anothe
相关文章
- “rhc cartridges” not showing cartridge added with
- How to allow image pull from one project to anothe
- custom metrics for horizontal pod autoscaler in Op
- 对于波德所有环境变量列表(List of all environment variables for
- How to get openshift oc command working on Raspber
- Could not access a running Docker Image of War (wi
- Unable to deploy router or registry on openshift o
- openshift persistent volumes
When testing Openshift, I deployed the all in one VM in an Openstack instance. To be able to access Openshift, I had to change master-config.yaml configuration (which in the VM is located in /var/lib/origin/openshift.local.config/master/master-config.yaml)
Changing all references of the internal IP (10.2.2.2) to my public domain (https://my-domain.com:8443) did the trick.
I also had to regenerate the server certificates, including the public IP of my Openstack instance, this way:
Hope this helps
Here is what I've tried (in an answer to better document my attempts)
1 -
2 -
3 -
edit /var/lib/origin/openshift.local.config/master/master-config.yaml, replace all occurences of "10.2.2.2" with "192.168.76.120"
4 -
edit /etc/systemd/system/origin.service, replace "10.2.2.2" with "192.168.76.120"
5 -
6 -
Following these steps, I get the following in the /var/log/messages: