Replies: 2 comments
-
Did this work previously? If so, I'm curious when it broke. The main k3s binary for the docker image is different than the k3s artifact in GitHub, it does not have the same self-extracting behavior but the multi-call binary behavior should work when executed properly. |
Beta Was this translation helpful? Give feedback.
-
Yeah I don't think this ever worked. As far as I look back its always done the same:
The true I am a little confused why you would want to just run
|
Beta Was this translation helpful? Give feedback.
-
Environmental Info:
K3s Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration: N/A
Describe the bug:
When I try to run
kubectl
as the command of therancher/k3s
docker image, I get this error message:Steps To Reproduce:
See above.
Expected behavior:
It should run kubectl. With no further arguments it should output something like this:
Actual behavior:
See above.
Additional context / logs:
As a workaround, setting entrypoint works, i.e.
Beta Was this translation helpful? Give feedback.
All reactions