origin icon indicating copy to clipboard operation
origin copied to clipboard

Conformance test suite for OpenShift

Results 577 origin issues
Sort by recently updated
recently updated
newest added

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...

component/cli
priority/P2
kind/feature
lifecycle/frozen
lifecycle/stale

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":...

lifecycle/frozen

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,...

priority/P2
component/apps
sig/master
lifecycle/frozen

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...

priority/P2
area/security
component/auth
help wanted
kind/feature
lifecycle/frozen

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...

priority/P2
area/tests
area/security
component/auth
area/techdebt
help wanted
sig/security
lifecycle/frozen

### 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...

priority/P2
component/auth
help wanted
lifecycle/frozen

`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...

priority/P3
help wanted
kind/feature
lifecycle/frozen

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....

priority/P2
area/techdebt
help wanted
lifecycle/frozen

- [ ] 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...

priority/P2
area/techdebt
lifecycle/frozen

The GA of this feature has merged [1] so this check is no longer needed. [1] https://github.com/openshift/api/pull/1844

approved
lgtm
jira/valid-reference