-
Notifications
You must be signed in to change notification settings - Fork 304
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
Add e2e testing of cloud provider via Cluster API Clusterctl framework or Cluster API kubetest2 deployer #130
Comments
/assign |
kubernetes-sigs/cluster-api#3652 is in, and kubernetes-sigs/cluster-api-provider-aws#1991 serves as an example to consume, so can probably start adding similar here. Will probably naively try spinning up Cluster API AWS cluster with external CPI, pass the kubeconfig to a new goroutine to run the CPI and then run the relevant kubetest bits. |
/lifecycle active |
Hah, I started playing around with a kubetest2 deployer, but @benmoss is already ahead in kubernetes-sigs/kubetest2#48 (comment) |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen Will be getting round to this next week,. |
What would you like to be added:
Add e2e conformance testing to this repo
Why is this needed:
Discussed a while ago about testing requirements for this repo, and had demo'd launching kubetest via Cluster API's clusterctl framework. Inclusion of conformance testing is almost complete (see kubernetes-sigs/cluster-api#3652), and am considering adding a Cluster API deployer to kubetest2 ( kubernetes-sigs/kubetest2#48 ).
This could be used to then set up e2e testing on this repo.
/kind feature
The text was updated successfully, but these errors were encountered: