kubernetes-testing-framework icon indicating copy to clipboard operation
kubernetes-testing-framework copied to clipboard

Openshift Cluster Support

Open shaneutt opened this issue 2 years ago • 4 comments

Problem Statement

Historically we've supported kind and GKE for cluster provisioning, but we haven't had an Openshift option for running tests in an Openshift environment.

The purpose of this task is to add something like CRC or SNO so that testing can be done against Openshift clusters (we will first need to decide which backend to use).

Relevant Links

  • https://www.redhat.com/sysadmin/codeready-containers
  • https://developers.redhat.com/blog/2019/09/05/red-hat-openshift-4-on-your-laptop-introducing-red-hat-codeready-containers

Subtasks

  • [ ] #509

Acceptance Criteria

  • [ ] in the Go library I can chose some kind of local openshift as a cluster type for environment creations (depending on which backend we select)

shaneutt avatar Jun 06 '22 22:06 shaneutt