Skip to content
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

Pin K3s to specific version: v1.23.6 #32

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Pin K3s to specific version: v1.23.6 #32

merged 1 commit into from
Jun 13, 2022

Conversation

sei-mkaar
Copy link
Contributor

CI builds with k3s v1.23.7 are failing with error dialing backend: EOF during Gameboard deployment:

    virtualbox-iso.foundry-appliance: NAME: gameboard
    virtualbox-iso.foundry-appliance: LAST DEPLOYED: Mon Jun 13 11:16:56 2022
    virtualbox-iso.foundry-appliance: NAMESPACE: topomojo
    virtualbox-iso.foundry-appliance: STATUS: deployed
    virtualbox-iso.foundry-appliance: REVISION: 1
    virtualbox-iso.foundry-appliance: NOTES:
    virtualbox-iso.foundry-appliance: Course charted for gameboard.
==> virtualbox-iso.foundry-appliance: Error from server: error dialing backend: EOF

This could be related to similar issues in the K3s project:

This PR pins K3s to the latest stable version, v1.23.6.

@sei-mkaar sei-mkaar changed the title Pin K3s to specific version: v1.23.6+k3s1 Pin K3s to specific version: v1.23.6 Jun 13, 2022
@sei-mkaar
Copy link
Contributor Author

Actually, it looks like the error happens on this kubectl exec call to determine whether the Gameboard database is available.

timeout 5m bash -c 'until kubectl exec postgresql-0 -n common -- env PGPASSWORD=foundry psql -lqt -U postgres | cut -d \| -f 1 | grep -qw gameboard; do sleep 5; done' || false

@sei-mkaar sei-mkaar merged commit 539bdf0 into main Jun 13, 2022
@sei-mkaar sei-mkaar deleted the k3s-1.23.6 branch June 13, 2022 13:46
@sei-mkaar sei-mkaar added the bug Something isn't working label Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant