origin
origin copied to clipboard
Conformance test suite for OpenShift
Should be able to use ``oc set resources`` on buildconfigs. ``` $ oc set resources bc/blog --limits memory=786Mi error: buildconfigs/blog the object is not a pod or does not have...
This might not be a bug, but creates [complications](https://github.com/abonas/kubeclient/issues/376#issuecomment-447635128) for dynamic clients parsing discovery info: Both [oapi/v1](https://github.com/cben/kubernetes-discovery-samples/blob/c1ec9ee0c01e55b0839a5971618f4ac41eb4adc5/openshift-origin-v3.11.0/oapi/v1/index.json#L545-L553) and [apis/template.openshift.io/v1](https://github.com/cben/kubernetes-discovery-samples/blob/c1ec9ee0c01e55b0839a5971618f4ac41eb4adc5/openshift-origin-v3.11.0/apis/template.openshift.io/v1/index.json#L22-L30) have 2 different paths with same `kind`: ``` "name": "templates", "namespaced":...
Upstream deployments are almost identical feature wise with our deployment configs (except hooks and custom strategy). Additionally upstream deployments does not run deployer job which makes them faster to rollout,...
Controllers are using service account tokens to make API calls for builds/deployments/replication controllers. There are circumstances where their API tokens are no longer valid: 1. Token is deleted/rotated 2. Signing...
Make a full test suite for SAR that covers these with both the current and the backwards compatible endpoints. ``` Personal LSAR -> allowed by local personal LSAR binding Personal...
### Dev-cut: - [x] create `LDAPInterface` for Active Directory schema (@deads2k) https://github.com/openshift/origin/pull/4972 - [x] install OpenLDAP client on Jenkins so that our sync jobs can mutate LDAP at will with...
`hack/build-go.sh cmd/oc -tags=gssapi` produces an `oc` client capable of speaking Kerberos. However, the release builds (defined in origin.spec and hack/build-cross.sh) run on Linux, and are not able to cross-compile to...
For example, origin SAR scopes can be translated to kube SAR extras. Full round trip conversion may not be possible. > I (Mo) do not think they are fully convertible....
- [ ] Add a test that directly writes old versions of objects to etcd. When we remove support for a type, reading that type from etcd will fail and...
The GA of this feature has merged [1] so this check is no longer needed. [1] https://github.com/openshift/api/pull/1844