Skip to content

v0.2.0

Compare
Choose a tag to compare
@raftAtGit raftAtGit released this 11 Apr 13:27
9a83b2e

Install Operator

Following command will install the FabricNetwork CRD and Fabric operator to namespace fabric-operator.

kubectl apply -f https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.2.0/install.yaml

Install CLI

Linux

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.2.0/linux-amd64.tar.gz

# Uncompress
tar xf linux-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Mac

# Download the binary
curl -sLO https://github.com/raftAtGit/hl-fabric-operator/releases/download/v0.2.0/darwin-amd64.tar.gz

# Uncompress
tar xf darwin-amd64.tar.gz

# Make binary executable
chmod +x rfabric

# Move binary to path
mv rfabric /usr/local/bin/

# Test installation
rfabric version

Changes:

This list of changes was auto generated.