We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to fully test the operator against a real cluster?
Maybe using https://k3s.io/ in a CI job? similar to this https://github.com/marketplace/actions/actions-k3s ?
The text was updated successfully, but these errors were encountered:
Github workflow has been added to this branch https://github.com/chaostoolkit-incubator/kubernetes-crd/tree/k3s See: https://github.com/chaostoolkit-incubator/kubernetes-crd/blob/k3s/.github/workflows/ci.yaml
it installs the operator on a K3s cluster and run the basic example
Sorry, something went wrong.
wow! that is awesome mate :)
Okay, next I think is probably just looking how we can test the common scenarios we support?
dmartin35
No branches or pull requests
Is there a way to fully test the operator against a real cluster?
Maybe using https://k3s.io/ in a CI job? similar to this https://github.com/marketplace/actions/actions-k3s ?
The text was updated successfully, but these errors were encountered: