MyGit

v3.4.17

argoproj/argo-workflows

版本发布时间: 2024-05-13 10:47:39

argoproj/argo-workflows最新发布版本:v3.5.11(2024-09-20 22:08:00)

Quick Start

What's New?

Find out on our blog and changelog.

Breaking Changes and Known Issues

Check the upgrading guide and search for existing issues on GitHub.

Installation

CLI

Mac

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.17/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.17/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.17/install.yaml

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

1、 argo-darwin-amd64.gz 49.19MB

2、 argo-darwin-arm64.gz 47.54MB

3、 argo-linux-amd64.gz 49.45MB

4、 argo-linux-arm64.gz 46.53MB

5、 argo-linux-ppc64le.gz 46.4MB

6、 argo-linux-s390x.gz 48.92MB

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

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.65KB

14、 quick-start-mysql.yaml 51.17KB

15、 quick-start-postgres.yaml 51.12KB

16、 sbom.tar.gz 337.65KB

查看:2024-05-13发行的版本