Re[2]: Openshift router per project

2017-10-28 Thread Aleksandar Lazic
Hi. In addition to Ɓukasz answer I strongly suggest to use a dedicated project for the different router. The reason for this suggestion is that you can define a node selector for the namespace and threfore the pods for this routers will run only on the UAT nodes. For example: oc adm new-p

Re: Hard Disk is full because of OpenShift Origin

2017-10-28 Thread Louis Santillan
To run `oc adm prune` (formerly `oadm prune`) you need a real user (not an service account, like `system:admin`) with `cluster-admin` or `system:image-pruner` permission [0]. [0] https://docs.openshift.com/container-platform/3.6/admin_guide/pruning_resources.html#pruning-images _

Re: Hard Disk is full because of OpenShift Origin

2017-10-28 Thread Tien Hung Nguyen
I have checked the memory in the PATH /mnt/var/lib/origin path and it says I'm using almost 10GBs there although I have deleted the images with the ''docker rmi [imageid]' and using 'oc cluster down' commands. I think that's the problem... Is it ok to just manually delete the origin folder in the L