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
We are currently using a plain ubuntu cloud image for the nodes in most
e2e tests. Cloud-init scripts are used to install the Kubernetes
components on startup. This is convenient since we do not have to build
specific images. However, the scripts are not well maintained, they
increase the complexity and running time of the tests.
This changes the tests to use a pre-built image. The image was build
using image-builder, which is a standard for many CAPI providers.
0 commit comments