origin
origin copied to clipboard
Conformance test suite for OpenShift
Having a deployment config running with its latest state being failed should be a warning in my opinion. "dc/foo is running via an older deployment" and suggest to inspect the...
Name resolution from inside the pod seams to be broken because of multiple factor. ##### Version ``` # oc version oc v3.7.0-rc.0+e92d5c5 kubernetes v1.7.6+a08f5eeb62 features: Basic-Auth GSSAPI Kerberos SPNEGO Server...
Hi, HAProxy supports auth basic. Sometimes its required to simply protect debug/dev or web server stats urls. It would be nicely if routes can be project via annotations. Is might...
##### Version ``` $ oc version oc v4.0.0-0.171.0 kubernetes v1.12.4+a532756e37 ``` ##### Steps To Reproduce 1. Create a cluster locally which doesn't have public dns lookup (you can use crc...
According to: - https://docs.openshift.com/container-platform/3.3/dev_guide/new_app.html#advanced-multiple-components-and-grouping `oc new-app` can be passed multiple applications to deploy as separate deployments. There is one caveat on that though as explained in the note in that...
Hello you lovely people! I'm posting in hopes of verifying and/or identifying a bug. When testing the integration in GitLab to trigger an OpenShift build, the webhook payload sent by...
Is there a more efficient way to obtain the dockerImageLayers for all images? Currently with `oc get istag --all` the dockerImageLayers info is omitted. I get the same result when...
Hi, issue is still in place, looks like oc -version is forcing this error. Please investigate possible fix, thanks - ref https://github.com/openshift/origin/issues/21695
Pods are getting killed after 100 minutes and marked as _Failed progressing_. We have some **big** boys in our environment. Our image is about ~5GB and needs around 90-110 minutes...
Hello, I have an issue with extending pvc based on ceph RBD image. I've created storageclass with `allowVolumeExpansion: true` parameter to allow pvc expansion for users. However it seems to...