origin
origin copied to clipboard
Conformance test suite for OpenShift
_**DUPLICATE OF KNOWN ENHANCEMENT - #21190**_ When I oc process -f template.yaml I would like to split my different objects into several files such as service.yaml, route.yaml, deploymentconfig.yaml. Basically I...
Trying to create an Image-Stream linked to an image held within a private registry. The registry is contained within IBM's Cloud based container registry (uk.icr.io). I have been able to...
In CLI (and in other places) we use extensions client for deployment. We should start using the apps client instead. This should happen in 3.8 or 3.9 to not break...
Today, we trigger new config-change rollouts based on a difference between latest DC and the DC encoded in latest RC annotation. This allows for user modification of RC which are...
I found this https://github.com/openshift/origin/blob/0c81307bf6eb180d27427e67bb9f0996426e04f8/pkg/deploy/controller/deployer/factory.go#L219-L222 which I had to fix in image controller in https://github.com/openshift/origin/pull/15927. I'm guessing @tnozicka you'll be the best person to address the same issue in deployments. Generally...
`Rolling` strategy is not useful for for deployments with RWO PVs. ##### Version ``` oc v1.5.1+7b451fc kubernetes v1.5.2+43a9be4 features: Basic-Auth ``` ##### Steps To Reproduce 1. Create RWO PV 2....
I have two ways of deploying an image that should produce the same labels (described in the "How to reproduce section). I would expect that given that the labels in...
When you delete the running deployer pod, the pre/post hook will keep running forever. The lifecycle hook pods should have ownerRef set to the deployer pod and be tied to...
After running this [little script](https://gist.github.com/mfojtik/b3cb7a42953e9177b3497c6f446fdd09) the output will be following: ``` --> running test #1 ... deploymentconfig "test" deleted deploymentconfig "test" created --> status of #1 is Pending ... -->...
Let's encrypt [1] provides a great way to get SSL certificates which are accepted by browsers. When it comes to OpenShift there are two downsides using Let's encrypt. Certificates are...