Skip to content

Commit

Permalink
updated examples for latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed May 13, 2024
1 parent 2c80abe commit 13e56f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/os-packages-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hauler store sync --store packages --files rancher-airgap-packages.yaml
hauler store save --store packages --filename rancher-airgap-packages.tar.zst

### Fetch Hauler Binary
curl -sfOL https://github.com/rancherfederal/hauler/releases/download/v1.0.2/hauler_1.0.2_linux_amd64.tar.gz
curl -sfOL https://github.com/rancherfederal/hauler/releases/download/v1.0.3/hauler_1.0.3_linux_amd64.tar.gz
```

---
Expand All @@ -68,7 +68,7 @@ cd /opt/hauler
### SCP TARBALLS HERE

### Untar and Install Hauler
tar -xf hauler_1.0.2_linux_amd64.tar.gz
tar -xf hauler_1.0.3_linux_amd64.tar.gz
rm -rf LICENSE README.md
chmod 755 hauler && mv hauler /usr/bin/hauler

Expand Down
10 changes: 5 additions & 5 deletions examples/rancher-airgap-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ hauler store save --store neuvector-store --filename rancher-airgap-neuvector.ta
hauler store save --store extras --filename rancher-airgap-extras.tar.zst

### Fetch Hauler Binary
curl -sfOL https://github.com/rancherfederal/hauler/releases/download/v1.0.2/hauler_1.0.2_linux_amd64.tar.gz
curl -sfOL https://github.com/rancherfederal/hauler/releases/download/v1.0.3/hauler_1.0.3_linux_amd64.tar.gz
```

---
Expand All @@ -78,7 +78,7 @@ cd /opt/hauler
### MOVE TARBALLS HERE

### Untar and Install Hauler
tar -xf hauler_1.0.2_linux_amd64.tar.gz
tar -xf hauler_1.0.3_linux_amd64.tar.gz
rm -rf LICENSE README.md
chmod 755 hauler && mv hauler /usr/bin/hauler

Expand Down Expand Up @@ -126,7 +126,7 @@ Complete the following commands on the first server node in the cluster. You wil
sudo su

### Set Variables
export vRKE2=v1.27.12
export vRKE2=v1.27.13
export vPlatform=el9
export registry=<FQDN or IP>:5000
export fileserver=<FQDN or IP>:8080
Expand Down Expand Up @@ -228,7 +228,7 @@ Complete the following commands on the agent node(s) in the cluster. You will ne
sudo su

### Set Variables
export vRKE2=v1.27.12
export vRKE2=v1.27.13
export vPlatform=el9
export registry=<FQDN or IP>:5000
export fileserver=<FQDN or IP>:8080
Expand Down Expand Up @@ -340,7 +340,7 @@ sudo su

### Set Variables
export DOMAIN=<example.com>
export vCertManager=1.14.4
export vCertManager=1.14.5
export registry=<FQDN or IP>:5000
export fileserver=<FQDN or IP>:8080

Expand Down

0 comments on commit 13e56f7

Please sign in to comment.