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

Older k3d issues cause demo deployments to fail #1096

Open
daxmc99 opened this issue Dec 6, 2024 · 2 comments
Open

Older k3d issues cause demo deployments to fail #1096

daxmc99 opened this issue Dec 6, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation possible-bug Something may not be working

Comments

@daxmc99
Copy link

daxmc99 commented Dec 6, 2024

Environment

Device and OS: Mac OS
App version:
Kubernetes distro being used:
Other:

Steps to reproduce

  1. Attempt to start UDS with k3d 5.6.3
  2. uds deploy k3d-core-demo:0.32.1

Expected result

Cluster deployment works

Actual Result

INFO[0002] Starting node 'k3d-uds-server-0'      ERRO[0002] Failed Cluster Start: Failed to start server k3d-uds-server-0: Node k3d-uds-server-0 failed to get ready: error waiting for log line `k3s is up and running` from node 'k3d-uds-server-0': stopped returning log lines: node k3d-uds-server-0 is running=true in status=restarting      ERRO[0002] Failed to create cluster >>> Rolling Back      INFO[0002] Deleting cluster 'uds'      INFO[0002] Deleting cluster network 'k3d-uds'      INFO[0002] Deleting 1 attached volumes...      FATA[0002] Cluster creation FAILED, all changes have been rolled back!      ERROR:  failed to deploy bundle: unable to deploy component "create-cluster": unable to run component before action: command "Create the cluster" failed after 0 retries

Visual Proof (screenshots, videos, text, etc)

Severity/Priority

low

Additional Context

Likely should add a check for the k3d version that is being used.

Workaround

Upgrade to k3d 5.7.5

@daxmc99 daxmc99 added the possible-bug Something may not be working label Dec 6, 2024
@mjnagel mjnagel added the documentation Improvements or additions to documentation label Dec 9, 2024
@mjnagel
Copy link
Contributor

mjnagel commented Dec 9, 2024

@daxmc99 do you happen to know what the issue was on k3d server startup? I believe we've seen some issues on previous k3d versions but not sure we've tracked down the root of this one.

Regardless we probably should update docs to indicate the version requirement, previously it was in our uds-k3d repo but seems to have gone missing.

@daxmc99
Copy link
Author

daxmc99 commented Dec 18, 2024

I didn't investigate too much further this time. It looked like k3d was working correctly though. I think the log lines might just be slightly different between versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation possible-bug Something may not be working
Projects
None yet
Development

No branches or pull requests

2 participants