-
Notifications
You must be signed in to change notification settings - Fork 100
ERROR:: no kubeconfig file found try adding one at $HOME/.kube/config #1138
Comments
This is the debug output:
What I find the most confusing is that it loads a config file in the first line, but then complains that the kube file has not been found. I suppose that this happens on the kubernetes server side or so. |
For comparison, this is the debug log when the pipelines passes successfully:
|
Update: This also happens, when the Gitlab Kubernetes Proxy is not used and acorn has direct cluster access. |
KUBECONFIG set (No config file in Able to reproduce the problem in 0.5.0 (acorn version v0.5.0+7a4904c7) using the following steps:
This issue is not reproducible when testing with acorn project create test3 |
@flobaader Fix for this issue will be made available in |
After introducing projects in v0.5.0 acorn throws this error on my GitLab CI Pipeline.
I created a project locally using
acorn project create test
and I am then using the-j
option in the CI pipeline.The pipeline:
The build runs fine every time, the run command throws the No Kubeconfig exception
Workaround:
When deleting and re-creating the project, the next pipeline passes.
The text was updated successfully, but these errors were encountered: