patches: patch support e2e are still broken #2547
Labels
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
we made the e2e tests use the v1beta3.Init|JoinConfiguration.patches.directory feature:
#2545
#2537
but the CI is failing:
https://k8s-testgrid.appspot.com/sig-cluster-lifecycle-kubeadm#kubeadm-kinder-patches-latest
https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-e2e-kubeadm-kinder-patches-latest/1427291038157901824/build-log.txt
looks like the patches are being copied to the nodes:
the kubeadm config file contains the patches.directory path:
but then kubeadm init finds no patches in the given directory /tmp/kubeadm-patches:
so either the patches were not copied correctly, or there is a bug in kubeadm.
will try to investigate locally.
The text was updated successfully, but these errors were encountered: