MyGit

v3.6.0-rc1

argoproj/argo-workflows

版本发布时间: 2024-09-18 18:03:03

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 / Linux

Available via curl

# Detect OS
ARGO_OS="darwin"
if [[ uname -s != "Darwin" ]]; then
  ARGO_OS="linux"
fi

# Download the binary
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v3.6.0-rc1/argo-$ARGO_OS-amd64.gz"

# Unzip
gunzip "argo-$ARGO_OS-amd64.gz"

# Make binary executable
chmod +x "argo-$ARGO_OS-amd64"

# Move binary to path
mv "./argo-$ARGO_OS-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.6.0-rc1/install.yaml

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

1、 argo-darwin-amd64.gz 57.76MB

2、 argo-darwin-arm64.gz 55.4MB

3、 argo-linux-amd64.gz 57.57MB

4、 argo-linux-arm64.gz 54.27MB

5、 argo-linux-ppc64le.gz 54.19MB

6、 argo-linux-riscv64.gz 55.02MB

7、 argo-linux-s390x.gz 56.81MB

8、 argo-windows-amd64.exe.gz 58.24MB

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

10、 argo-workflows-cli-checksums.txt 700B

11、 argo-workflows-cosign.pub 178B

12、 install.yaml 39.46KB

13、 namespace-install.yaml 36.85KB

14、 quick-start-minimal.yaml 55.76KB

15、 quick-start-mysql.yaml 57.28KB

16、 quick-start-postgres.yaml 57.23KB

17、 sbom.tar.gz 329.02KB

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