kubernetes: [Failing Job] pull-kubernetes-node-e2e-containerd

Which jobs are failing:

EDIT(spiffxp):

Which test(s) are failing:

Overall

Since when has it been failing:

EDIT(spiffxp):

Testgrid link:

https://prow.k8s.io/?repo=kubernetes%2Fkubernetes&job=pull-kubernetes-node-e2e-containerd https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-node-e2e-containerd

Reason for failure:

EDIT(spiffxp):

load pubkey "/workspace/.ssh/google_compute_engine": invalid format

Anything else we need to know:

Relevant SIG

/sig node

/cc @ehashman

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 25 (25 by maintainers)

Most upvoted comments

hmm, I just tried to create a regular GCE instance with both new and old image:

$ gcloud compute instances create ubuntu-28 --image-project=ubuntu-os-gke-cloud --image=ubuntu-gke-2004-1-20-v20210928
$ gcloud compute ssh ubuntu-28
Warning: Permanently added 'compute.2757266473498677553' (ED25519) to the list of known hosts.
##############################################################################
# WARNING: Any changes on the boot disk of the node must be made via
#          DaemonSet in order to preserve them across node (re)creations.
#          Node will be (re)created during manual-upgrade, auto-upgrade,
#          auto-repair or auto-scaling.
#          See https://cloud.google.com/kubernetes-engine/docs/concepts/node-images#modifications
#          for more information.
##############################################################################
Welcome to Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-1053-gke x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, you can run the 'unminimize' command.

0 updates can be applied immediately.


The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

porterdavid@ubuntu-28:~$
$ gcloud compute instances create ubuntu-30 --image-project=ubuntu-os-gke-cloud --image=ubuntu-gke-2004-1-20-v20210930
$ gcloud compute ssh ubuntu-30
##############################################################################
# WARNING: Any changes on the boot disk of the node must be made via
#          DaemonSet in order to preserve them across node (re)creations.
#          Node will be (re)created during manual-upgrade, auto-upgrade,
#          auto-repair or auto-scaling.
#          See https://cloud.google.com/kubernetes-engine/docs/concepts/node-images#modifications
#          for more information.
##############################################################################
porterdavid@130.211.239.200: Permission denied (publickey).
ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code [255].

and I can’t seem to SSH into the new image with the same Permission denied (publickey). error as we are seeing in the test. So I’m feeling more confident this is image related…