-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Running node e2e tests on AWS #28899
Comments
/priority important-longterm |
/remove-kind bug |
There has been many changes since this issue was opened. New plan:
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
we have a bunch now https://testgrid.k8s.io/amazon-ec2-node#Summary&width=20 /close |
@dims: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Kubelet and containerd e2e tests run on
google.com
GCP projects today and we would like to start running them on AWS as we have a lot of credits there and more importantly, eliminate GCE specific behaviors. Ideally, the only requirement is that the node is bootstrapped by cloud-init. The k/k repo will have cloud-provider specific code to create instances in GCP or AWS, or X, but it will bootstrap nodes from a standard cloud-init file per distribution.All the kubelet/containerd tests are single node tests and much easier to refactor than kubernetes/kubernetes#78995
Reading/background/relevant files:
Initial testing + Bug reports
kubernetes/kubernetes#116114 AWS public AMI
kubernetes/kubernetes#116112 GCE public Ubuntu Image
Next steps:
/sig node
/sig k8s-infra
The text was updated successfully, but these errors were encountered: