You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to deploy the code and run end to end tests against it is an important part of developer experience.
As it stands, we have the ability to create a container and test it in our internal pipelines, but we should have that capability in this OSS repo.
We should add the following capabilities, with appropriate makefile targets:
Build a container image from the manager binary. The makefile can use an opinionated name.
Load the container image into a Kind K8S cluster or similar
Deploy the CRDs necessary to support VM Operator into the K8S cluster
Deploy Pod / Deployment YAML that will create one or more instances of VM Operator in the cluster
This should come its own checks to ensure that the pod came up successfully
Most of this work is relatively simple scripting and plumbing. Once we have this work done, we can move on to creating some e2e tests against the deployed operator.
The text was updated successfully, but these errors were encountered:
Being able to deploy the code and run end to end tests against it is an important part of developer experience.
As it stands, we have the ability to create a container and test it in our internal pipelines, but we should have that capability in this OSS repo.
We should add the following capabilities, with appropriate makefile targets:
Most of this work is relatively simple scripting and plumbing. Once we have this work done, we can move on to creating some e2e tests against the deployed operator.
The text was updated successfully, but these errors were encountered: