origin
origin copied to clipboard
Conformance test suite for OpenShift
This makes serial tests wait after each test until the clusteroperators are all progressing=false. This should help in cases where a test leaves the cluster dirty. We still prefer for...
I can't run the "oc cluster up" command on Linux Ubuntu 20.04 Version oc v4.10 Steps To Reproduce run the command "oc cluster up" Current Result Error: unknown command "cluster"...
Regarding [TRT-238](https://issues.redhat.com/browse/TRT-238) * If we see KubePodNotReady alert firing and the associated pod suffered from an imagePullBackoff event within the last 10 minutes, we flake on the alert test. *...
I am trying to enable HPAScaleToZero feature gate. The only openshift specific instruction I found is https://docs.openshift.com/container-platform/4.8/nodes/clusters/nodes-cluster-enabling-features.html, and it talks about enabling featureset first in order to enable a feature...
Signed-off-by: ehila
chosen based on random search in ci search. Needs query updates. /hold
Covers how we can ensure failures of external registries do not impact overall application availability.
When POSing this (valid JSON, just console.logs like this): ``` { kind: 'ProjectRequest', apiVersion: 'v1', metadata: { name: 'welcomeprojectcloos3y432', creationTimestamp: null, annotations: { 'rhmap.io/description': '' } }, labels: { 'rhmap.io/env':...
Hi, I noticed, that every grpc_code for grpc_method "Watch" is "Unavailable" in my okd cluster. My plan is to monitor etcd-instances with default prometheus alerts from the [etcd-project](https://github.com/coreos/etcd/blob/master/Documentation/op-guide/etcd3_alert.rules.yml). Maybe the...
How to build (using BuildConfig) with a Dockerfile with multi stage referencing to a previous stage? I tried building a multi staged Dockerfile on my local machine and it works....