Add Ubuntu as a platform for e2e tests on GCE
Using Ubuntu on GCE to run cluster e2e tests requires slightly different
node.yaml and master.yaml files than GCI, because Ubuntu uses systemd as
PID 1, wheras GCI uses upstart with a systemd delegate. Therefore the
e2e tests fail using those files since the kubernetes services are not
brought back up after a node/master reboot.
Showing
cluster/gce/ubuntu/README.md
0 → 100644
cluster/gce/ubuntu/node.yaml
0 → 100644
Please
register
or
sign in
to comment