Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a means of deploying the manager binary into a K8S cluster #2

Open
corrieb opened this issue Mar 16, 2021 · 0 comments
Open

Comments

@corrieb
Copy link
Contributor

corrieb commented Mar 16, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant