MyGit

v3.5.11

argoproj/argo-workflows

版本发布时间: 2024-09-20 22:08:00

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.5.11/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.5.11/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.5.11/install.yaml

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

1、 argo-darwin-amd64.gz 53.27MB

2、 argo-darwin-arm64.gz 51.49MB

3、 argo-linux-amd64.gz 53.55MB

4、 argo-linux-arm64.gz 50.43MB

5、 argo-linux-ppc64le.gz 50.3MB

6、 argo-linux-s390x.gz 52.94MB

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

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

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

10、 argo-workflows-cosign.pub 178B

11、 install.yaml 36.44KB

12、 namespace-install.yaml 33.83KB

13、 quick-start-minimal.yaml 52.74KB

14、 quick-start-mysql.yaml 54.26KB

15、 quick-start-postgres.yaml 54.21KB

16、 sbom.tar.gz 290.54KB

查看:2024-09-20发行的版本