origin
origin copied to clipboard
Conformance test suite for OpenShift
Don't let any useragent cause too many panics in apiserver
Specifically, add a test that verifies the kubelet denies a pod in a user namespace if it doesn't support doing so. This is to protect against cases where FeatureGate rollout...
Tests should fail when apiservices are unavailable. The failure should be assigned to the component owning the namespace of the apiservice.
`make && ./openshift-tests run-test "[sig-apimachinery] server-side-apply zero diff detection should not update when the existing values have not changed [Suite:openshift/conformance/parallel]"` This is currently failing with ``` STEP: Destroying namespace "e2e-test-server-side-apply-zero-diff-hzpgj"...
This PR shows what needs to be done in the router metric tests when the Dynamic Config Manager will be enabled. Xref: https://github.com/openshift/cluster-ingress-operator/pull/1113.
When using a disconnected install, the image registry may not be accessible to the build cluster. Even if we do make it accessible via proxy tricks, origin might not have...