Closed jayunit100 closed 7 years ago
The default haproxy ingress should be set up by standard, but it would be great to document this in more detail, as well as how to customise the router!
Yes not sure what the default admin login is so I can't see kube-system / default namespaces .
I guess follow up ==> How do we admin the cluster ...
Oh, one other thing, I guess the HAproxy router node will need opened ports in AWS....
Yeah let me take a look in to this, am spending some time on the repo at the moment
Hi @jayunit100 hopefully this should help!
I've added more explicit documentation on how to manage and administer the cluster - including how to get on the master node so that you can run the commands needed to handle the router:
https://github.com/dwmkerr/terraform-aws-openshift#accessing-and-managing-openshift
In short:
$ ssh -t -A ec2-user@$(terraform output bastion-public_dns) ssh master.openshift.local
$ oc get pods
NAME READY STATUS RESTARTS AGE
docker-registry-1-d9734 1/1 Running 0 2h
registry-console-1-cm8zw 1/1 Running 0 2h
router-1-stq3d 1/1 Running 0 2h
You'll see the router and can mess around with it (or use oadm add router
etc if you want to, as long as you are on the master)
I think this handles the issues on this ticket, but let me know if you need it to be re-opened and any thoughts on the updated docs would be great!
Awesome thanks dwm. Do you need help running this in continuous deployment ?
Am happy to collaborate and have resources for ec2 to make this a "de facto" origin from zero recipe for the community.
Just reach out - happy to collaborate.
Running in a continuous fashion would be great, what did you have in mind? One challenge I've seen (at least for members of the community) is that the size of the instance needed to run the master node is quite large, which makes the running costs reasonably high. It's not a problem so much for me as I have a certain amount of AWS credit to work with and just run the project for a short while, but it might make spinning things up in a continuous fashion quite expensive
It Looks like no routers are being configured in these installations ?