kubernetes-sigs / kubespray

Deploy a Production Ready Kubernetes Cluster
Apache License 2.0
16.2k stars 6.49k forks source link

WIP: CI: testing rockylinux9 ssh failures #11732

Open VannTen opened 22 hours ago

VannTen commented 22 hours ago

What type of PR is this? /kind flake

What this PR does / why we need it:

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

/label ci-short

k8s-ci-robot commented 22 hours ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: VannTen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/kubespray/blob/master/OWNERS)~~ [VannTen] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
VannTen commented 22 hours ago

/ok-to-test

VannTen commented 21 hours ago

By creating a VMI on the CI cluster and using virtctl to connect to it I'm able to get the following log from sshd:

Nov 21 10:31:24 testing-rocky9 systemd[1]: Starting OpenSSH server daemon... Nov 21 10:31:24 testing-rocky9 sshd[14104]: OpenSSL version mismatch. Built against 30000010, you have 30200020 Nov 21 10:31:24 testing-rocky9 systemd[1]: sshd.service: Main process exited, code=exited, status=255/EXCEPTION Nov 21 10:31:24 testing-rocky9 systemd[1]: sshd.service: Failed with result 'exit-code'. Nov 21 10:31:24 testing-rocky9 systemd[1]: Failed to start OpenSSH server daemon.

This looks like a rockylinux problem, openssl updated but sshd not rebuilt / not upgraded ?

VannTen commented 21 hours ago

I don't understand why it was fine before though. The image does not appear to have changed : https://quay.io/repository/kubespray/vm-rockylinux-9?tab=info

@yankay @ant31 any idea ?