-
Notifications
You must be signed in to change notification settings - Fork 13
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
kola: add kubeadm tests #171
Conversation
@pothos comments have been addressed. Ignition is also now used to download binaries file and also to upload " |
@pothos thanks for the review - comments have been addressed ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go, thanks!
In a follow up PR we can exclude problematic platforms if we see in the CI that some platforms do not work for whatever reason.
enable kubeadm tests - this one could be merged with kubernetes
0d5b883
to
b6ffb7e
Compare
In this PR, we add kubernetes tests using
kubeadm
andignition
to setup the cluster.A
user-data
script will be uploaded through ignition on both worker and controller in order to run the required commands.ignition
will take care of pulling required binaries / uploading various files (user-data, manifest).Test will assert that there is two running nodes and it will deploy a nginx pod.
How to use
Testing done
It has been tested on
qemu
platform withalpha-2823.0.0
:and on GCP with latest alpha (
alpha-2857.0.0
) (note--gce-machinetype=n1-standard-2
):What's missing
decide what we should do: should we merge kubeadm and kubernetes tests ? should we drop the current kubernetes tests in favor of this one ?let's keep them in a separate test, then we will remove slowly the kubernetes ones