Replies: 5 comments 1 reply
-
|
Try the following steps using binary file to create a cluster without docker wget -O kwokctl -c "https://github.com/kubernetes-sigs/kwok/releases/download/v0.4.0/kwokctl-linux-amd64"
chmod +x kwokctl
sudo mv kwokctl /usr/local/bin/kwokctl
kwokctl create cluster --runtime=binary
kubectl get all |
Beta Was this translation helpful? Give feedback.
-
I tried the binary and it works ok for basic cases. However my application uses Google's client library to communicate with Kube API, so it kind of blows up. E.g. for checking the namespaces it gives I wonder if the issue with how I setup the whole thing or if it's just not meant to work like that. Since I can see the Docker container for kwok running fine with |
Beta Was this translation helpful? Give feedback.
-
|
Played more with this. Works if executor is set to E.g. |
Beta Was this translation helpful? Give feedback.
-
|
Nice, looks like it was caused by a bad internet connection then. |
Beta Was this translation helpful? Give feedback.
-
|
/remove-kind bug |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to use it?
What happened?
Kwok setup does not behave the same on CircleCI server as local Linux setup (following same instructions).
What did you expect to happen?
I expect to be able and create a cluster and
kubectlas I do locally following exactly the same instructions.How can we reproduce it (as minimally and precisely as possible)?
Start a CircleCI SSH session based on a workflow like below:
Try to run Kwok (once SSHed)
Output:
Anything else we need to know?
No response
Kwok version
Details
OS version
Details
```console # On Linux: $ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal $ uname -a Linux alto 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ```Beta Was this translation helpful? Give feedback.
All reactions