Git Product home page Git Product logo

Comments (4)

pdmack avatar pdmack commented on August 18, 2024 1

I believe this would likely make use of minishift as opposed to the other "quick" alternative, oc cluster up. The latter depends on docker being appropriately configured for insecure registry.

In this regard it would be almost identical to the minikube e2e setup.

from testing.

jlewi avatar jlewi commented on August 18, 2024

@tmckayus You might want to take a look at kubeflow/kubeflow#473

That PR added minikube support to our E2E tests. This works is follows

  1. One step in the workflow deploys minikube (in this case by creating and deploying it on a GCE VM)
  2. We store on our NFS share a .kube/config file suitable for configuring kubectl / kubernetes API to talk to the K8s cluster deployed on minikube
  3. Subsequent steps in the pipeline just use .kube/config to configure kubectl/ksonnet/python API as needed to talk to the K8s cluster
  4. A final minikube specific step tearsdown the minikube VM.

So I think adding OpenShift support largely entails

  1. How do you want to deploy an OpenShift cluster?

    • Note for GKE we don't create a new GKE cluster for each E2E test (this is rather slow) we just create a namespace
    • This isn't perfect because certain resources are cluster scoped (e.g. the CRD)
  2. How do you connect to your openshift cluster?

/cc @mhausenblas

from testing.

stale avatar stale commented on August 18, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions.

from testing.

stale avatar stale commented on August 18, 2024

This issue has been closed due to inactivity.

from testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.