Last active
December 26, 2023 09:45
-
-
Save zmx/df6a866a80cd510f688cca13016b76e3 to your computer and use it in GitHub Desktop.
kwok on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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