MyGit

v3.4.5

argoproj/argo-workflows

版本发布时间: 2023-02-07 21:26:29

argoproj/argo-workflows最新发布版本:v3.4.17(2024-05-13 10:47:39)

Quick Start

What's New?

Find out on our blog and changelog.

Breaking Changes and Known Issues

Can be found in the installation guide.

Installation

CLI

Mac

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.5/argo-darwin-amd64.gz

# Unzip
gunzip argo-darwin-amd64.gz

# Make binary executable
chmod +x argo-darwin-amd64

# Move binary to path
mv ./argo-darwin-amd64 /usr/local/bin/argo

# Test installation
argo version

Linux

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.5/argo-linux-amd64.gz

# Unzip
gunzip argo-linux-amd64.gz

# Make binary executable
chmod +x argo-linux-amd64

# Move binary to path
mv ./argo-linux-amd64 /usr/local/bin/argo

# Test installation
argo version

Controller and Server

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.4.5/install.yaml

相关地址:原始地址 下载(tar) 下载(zip)

1、 argo-darwin-amd64.gz 46.11MB

2、 argo-darwin-arm64.gz 44.76MB

3、 argo-linux-amd64.gz 46.43MB

4、 argo-linux-arm64.gz 43.75MB

5、 argo-linux-ppc64le.gz 43.31MB

6、 argo-linux-s390x.gz 46.34MB

7、 argo-windows-amd64.exe.gz 46.48MB

8、 argo-workflows-cli-checksums.sig 97B

9、 argo-workflows-cli-checksums.txt 612B

10、 argo-workflows-cosign.pub 178B

11、 install.yaml 35.84KB

12、 namespace-install.yaml 33.35KB

13、 quick-start-minimal.yaml 49.43KB

14、 quick-start-mysql.yaml 50.95KB

15、 quick-start-postgres.yaml 50.9KB

16、 sbom.tar.gz 318.96KB

查看:2023-02-07发行的版本