Re: Custom SCC assigned to wrong pods

2018-06-20 Thread Daniel Comnea
Thanks Slava for reply. For everyone benefit (in case others come across the same issue) it was all down to my custom scc *priority* which was *null*. Once i set it to a value higher than 0 ( default 'restricted' scc has 0) then everything works as expected. Thanks guys ! On Tue, Jun 19, 2018

Develop a custom K8s controller .... not as easy

2018-06-20 Thread Charles Moulliard
Hi, Is there a better and simpler example than this one which is buggy [1] to create, compile and install its own k8s controller on OpenShift ? [1] https://github.com/kubernetes/sample-controller/tree/kubernetes-1.9.8 Regards Charles ___ dev mailing

Re: Custom SCC assigned to wrong pods

2018-06-20 Thread Vyacheslav Semushin
2018-06-20 8:22 GMT+02:00 Daniel Comnea : > Thanks Slava for reply. > > For everyone benefit (in case others come across the same issue) it was > all down to my custom scc *priority* which was *null*. Once i set it to a > value higher than 0 ( default 'restricted' scc has 0) then everything >

OpenShift v3.10.0-rc.0 has been published

2018-06-20 Thread Clayton Coleman
Clients and binaries have been pushed to GitHub https://github.com/openshift/origin/releases/tag/v3.10.0-rc.0 and images are available on the DockerHub. ___ dev mailing list dev@lists.openshift.redhat.com

Error while deploying GlusterFS on OpenShift Origin

2018-06-20 Thread Naveen Kumar Balaneni
Hi, I am getting below error while deploying glusterfs on OpenShift Origin 3.9. Could you please help me to fix this. *ansible-playbook -i host_glusterfs playbooks/deploy_cluster.yml -vvv --ask-become-pass* *"\tAllowing block volumes on cluster.",* *"\tCreating node 192.168.68.26 ...

Re: Openshift and Power loss

2018-06-20 Thread Clayton Coleman
On Jun 20, 2018, at 7:32 AM, Hetz Ben Hamo wrote: With all redundant hardware these days, with UPS - power loss can happen. I just got a power loss and upon powering on those machines, most of the services weren't working. Checking the pods shows almost all of them in error state. I deleted the

Re: Openshift and Power loss

2018-06-20 Thread Hetz Ben Hamo
Looking directly at one of the nodes, I see it as this: docker-registry.default.svc:5000/image-uploader/app-cli 7234ee8e02152 days ago 647 MB However, trying to pull it, I get: # docker pull docker-registry.default.svc:5000/image-uploader/app-cli Using default

Openshift and Power loss

2018-06-20 Thread Hetz Ben Hamo
With all redundant hardware these days, with UPS - power loss can happen. I just got a power loss and upon powering on those machines, most of the services weren't working. Checking the pods shows almost all of them in error state. I deleted the pods and they were automatically recreated so most