This commit is contained in:
Vladislav Klimenko 2022-05-05 02:09:27 +03:00
parent 9f3d164062
commit c5365921ed

View File

@ -28,6 +28,12 @@ wget https://github.com/derailed/k9s/releases/download/$VERSION/k9s_Linux_x86_64
install k9s ~/bin/k9s
```
### jq
Ubuntu
```bash
sudo apt-get update && sudo apt-get install jq
```
### helm
```bash
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | HELM_INSTALL_DIR=~/bin USE_SUDO=false bash
@ -75,12 +81,6 @@ cert-manager-webhook-69579b9ccd-ldhgb 1/1 Running 0 43s
```
### jq
Ubuntu
```bash
sudo apt-get update && sudo apt-get install jq
```
### redpanda-operator