Skip to content

Instantly share code, notes, and snippets.

@zmx
Last active December 26, 2023 09:45
Show Gist options
  • Save zmx/df6a866a80cd510f688cca13016b76e3 to your computer and use it in GitHub Desktop.
Save zmx/df6a866a80cd510f688cca13016b76e3 to your computer and use it in GitHub Desktop.
kwok on macOS
# https://kwok.sigs.k8s.io/docs/user/kwokctl-platform-specific-binaries/#use-unofficial-binaries
KUBE_VERSION="v1.29.0"
cat <<EOF >> ~/.kwok/kwok.yaml
---
kind: KwokctlConfiguration
apiVersion: config.kwok.x-k8s.io/v1alpha1
options:
kubeBinaryPrefix: https://github.com/kwok-ci/k8s/releases/download/${KUBE_VERSION}-kwok.0-darwin-arm64
---
EOF
kwokctl create cluster --runtime=binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment