We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Re Install a single-node k0s cluster locally to work as k0rdent's management cluster section: curl --proto '=https' --tlsv1.2 -sSf https://get.k0s.sh/ | sudo sh Password: Unsupported operating system: Darwin As k0s doesn't support macOS, and the intent is to "install cluster locally", should we add a line like this? To test on macOS: brew install kind && kind create cluster -n k0rdent
https://miracloud.slack.com/archives/C07SWMW1XSS/p1738850049822169
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Re Install a single-node k0s cluster locally to work as k0rdent's management cluster section:
curl --proto '=https' --tlsv1.2 -sSf https://get.k0s.sh/ | sudo sh
Password:
Unsupported operating system: Darwin
As k0s doesn't support macOS, and the intent is to "install cluster locally", should we add a line like this?
To test on macOS: brew install kind && kind create cluster -n k0rdent
https://miracloud.slack.com/archives/C07SWMW1XSS/p1738850049822169
The text was updated successfully, but these errors were encountered: