mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
828 B
828 B
| title | date | draft | tags | weight | ||
|---|---|---|---|---|---|---|
| Installation | 2021-07-02T00:00:00Z | false |
|
1 |
Linux
Download the latest release from our release page.
For example, for Linux on x86_64 architecture:
{{< prism >}}curl -L https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xvzf - &&
sudo mv kubeconform /usr/local/bin/
{{< /prism >}}
MacOs
Kubeconform is available to install using Homebrew: {{< prism >}}$ brew install kubeconform {{< /prism >}}
Windows
Download the latest release from our release page.
You can also download the latest version from the release page.