mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 22:19:25 +00:00
28 lines
No EOL
712 B
Markdown
28 lines
No EOL
712 B
Markdown
---
|
|
title: "Installation"
|
|
date: 2021-07-02T00:00:00Z
|
|
draft: false
|
|
tags: ["Kubeconform", "Installation"]
|
|
weight: 2
|
|
---
|
|
|
|
## Linux
|
|
|
|
Download the latest release from our [release page](https://github.com/yannh/kubeconform/releases).
|
|
|
|
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](https://brew.sh/):
|
|
{{< prism >}}$ brew install kubeconform
|
|
{{< /prism >}}
|
|
|
|
## Windows
|
|
|
|
Download the latest release from our [release page](https://github.com/yannh/kubeconform/releases). |