-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Running this via Github Action runner (Docker-In-Docker and host k3s cluster) results in wierd behavior #21
Comments
Hi. Thanks for reporting the issue. Can you please provide a repro with the setup that leads to this error? |
Hi. Repo as in what exactly? Workflow that failed for example: https://github.com/samipsolutions/helm-charts/actions/runs/3389687583/jobs/5633058490 I'm using: https://github.com/samipsolutions/helm-charts/blob/master/.github/workflows/charts-test.yaml and Github Action runner inside a k3s cluster using my own image ghcr.io/samipsolutions/containers/action-runner. Related cluster config can be seen at: https://github.com/samip5/k8s-cluster/tree/da4826be25c71bc41ced365fc42a19f46cef8779/cluster/apps/ci |
Thanks. (I meant repro, not repo — something to reproduce the issue. Sorry for this.) As for the issue: it is difficult to say without a deep dive into the code. It does not happen in a clean setup for me. So, I might assume it comes from some steps & commands before setup-k3d-k3s — i.e. it is a leftover from some previous config changes. You can execute a command like The step has the Or you can find a CLI option to disable this behaviour of K3d itself — and pass it via the Or you can execute I hope this helps. If not, please provide the output of |
Before the setup k3d step, the env indeed has the things one would expect as it's already running inside a cluster.
|
Environment:
Somehow the readiness things keeps on yelling about no CI namespace? Any ideas, or should I make an issue upstream?
The text was updated successfully, but these errors were encountered: