-
Notifications
You must be signed in to change notification settings - Fork 213
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Not working in CircleCI #928
Comments
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 |
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 |
Played more with this. Works if executor is set to E.g.
|
Nice, looks like it was caused by a bad internet connection then. |
/remove-kind bug |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
kubectl
as 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
OS version
The text was updated successfully, but these errors were encountered: