HelmInstaller@0 – úloha instalačního programu nástroje Helm v0
Tuto úlohu použijte k instalaci Helmu a Kubernetes na počítač agenta.
Syntax
# Helm tool installer v0
# Install Helm and Kubernetes on an agent machine.
- task: HelmInstaller@0
inputs:
helmVersion: '2.14.1' # string. Required. Helm Version Spec. Default: 2.14.1.
#checkLatestHelmVersion: true # boolean. Check for latest version of Helm. Default: true.
# Prerequisite
#installKubeCtl: true # boolean. Install Kubectl. Default: true.
#kubectlVersion: '1.8.9' # string. Optional. Use when installKubeCtl == true. Kubectl Version Spec. Default: 1.8.9.
#checkLatestKubeCtl: true # boolean. Optional. Use when installKubeCtl == true. Check for latest version of kubectl. Default: true.
# Helm tool installer v0
# Install Helm and Kubernetes on an agent machine.
- task: HelmInstaller@0
inputs:
helmVersion: '2.9.1' # string. Required. Helm Version Spec. Default: 2.9.1.
#checkLatestHelmVersion: true # boolean. Check for latest version of Helm. Default: true.
# Prerequisite
#installKubeCtl: true # boolean. Install Kubectl. Default: true.
#kubectlVersion: '1.8.9' # string. Optional. Use when installKubeCtl == true. Kubectl Version Spec. Default: 1.8.9.
#checkLatestKubeCtl: true # boolean. Optional. Use when installKubeCtl == true. Check for latest version of kubectl. Default: true.
# Helm tool installer v0
# Install Helm and Kubernetes on agent machine.
- task: HelmInstaller@0
inputs:
helmVersion: '2.9.1' # string. Required. Helm Version Spec. Default: 2.9.1.
#checkLatestHelmVersion: true # boolean. Check for latest version of Helm. Default: true.
# Prerequisite
#installKubeCtl: true # boolean. Install Kubectl. Default: true.
#kubectlVersion: '1.8.9' # string. Optional. Use when installKubeCtl == true. Kubectl Version Spec. Default: 1.8.9.
#checkLatestKubeCtl: true # boolean. Optional. Use when installKubeCtl == true. Check for latest version of kubectl. Default: true.
Vstupy
helmVersion
- Specifikace verze Helmu
string
. Povinná hodnota. Výchozí hodnota: 2.14.1
.
Určuje verzi Nástroje Helm, která se má nainstalovat.
helmVersion
- Specifikace verze Helmu
string
. Povinná hodnota. Výchozí hodnota: 2.9.1
.
Určuje verzi Nástroje Helm, která se má nainstalovat.
checkLatestHelmVersion
- Kontrola nejnovější verze Helmu
boolean
. Výchozí hodnota: true
.
Zkontroluje nejnovější verzi Helmu.
installKubeCtl
- Instalace Kubectl
boolean
. Výchozí hodnota: true
.
Nainstaluje Kubectl.
kubectlVersion
- Specifikace verze Kubectl
string
. Nepovinný parametr. Použijte, když installKubeCtl == true
. Výchozí hodnota: 1.8.9
.
Určuje verzi Kubectl, která se má nainstalovat.
checkLatestKubeCtl
- Kontrola nejnovější verze kubectl
boolean
. Nepovinný parametr. Použijte, když installKubeCtl == true
. Výchozí hodnota: true
.
Zkontroluje nejnovější verzi kubectl.
Možnosti ovládání úloh
Všechny úlohy mají kromě vstupů také možnosti ovládání. Další informace najdete v tématu Možnosti ovládacích prvků a běžné vlastnosti úlohy.
Výstupní proměnné
Žádné
Poznámky
Novější verze této úlohy je k dispozici na HelmInstaller@1.
Požadavky
Požadavek | Popis |
---|---|
Typy kanálů | YAML, klasický build, klasická verze |
Běží na | Agent, DeploymentGroup |
Požadavky | Žádné |
Možnosti | Spuštění této úlohy splňuje následující požadavky na všechny následné úkoly ve stejné úloze: Helm |
Omezení příkazů | Všechny |
Nastavitelné proměnné | Všechny |
Verze agenta | 2.115.0 nebo vyšší |
Kategorie úloh | Nástroj |