Skip to content

v3.4.5-pk2

Compare
Choose a tag to compare
@tico24 tico24 released this 07 Mar 11:24
· 26 commits to master since this release

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/pipekit/argo-workflows/releases/download/v3.4.5-pk2/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/pipekit/argo-workflows/releases/download/v3.4.5-pk2/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/pipekit/argo-workflows/releases/download/v3.4.5-pk2/install.yaml