docs: update DevOps/Kubernetes/Helm/01-base-helm

main
Федоров Дмитрий 2023-11-07 15:20:06 +00:00 committed by Dmitriy Fedorov
parent ef27e8b47a
commit 31d2980964
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: 01-Основы helm
description:
published: true
date: 2023-11-07T15:18:54.227Z
date: 2023-11-07T15:20:01.968Z
tags: helm
editor: markdown
dateCreated: 2023-11-07T15:18:54.227Z
@ -57,13 +57,14 @@ Helm версии 3 не требует наличия в кластере kuber
Helm не может управлять приложениями, установленными помимо него.
## Установка
```bash
wget https://get.helm.sh/helm-v3.7.2-linux-amd64.tar.gz
tar -zxvf helm-v3.7.2-linux-amd64.tar.gz
mv linux-amd64/helm /usr/local/bin/helm
helm version
helm list
rm -r helm-v3.7.2-linux-amd64.tar.gz linux-amd64
```
## Задача