Skip to content

Commit 91c8019

Browse files
zackbradyssunilarjun
authored andcommitted
updated docs based on feedback
1 parent 78e10b0 commit 91c8019

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

docs/02.deploying/09.airgap/09.airgap.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ taxonomy:
55
slug: /deploying/airgap
66
---
77

8-
### Prerequistes
8+
### Prerequisites
99

1010
We need to install two tools to easily airgap everything for NeuVector...
1111

@@ -22,18 +22,18 @@ curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 |
2222

2323
### Fetch the Images and Helm Chart
2424

25-
In order to get the required container images and helm chart for NeuVector, we are able to utilize `hauler` to easily fetch, package, and distribute all the bits. We can utilize commands or declarative manifests within `hauler` to do this... feel free to use either method...
25+
In order to get the required container images and Helm chart for NeuVector, we are able to utilize `hauler` to easily fetch, package, and distribute all the bits. We can utilize commands or declarative manifests within `hauler` to do this using either method.
2626

2727
#### For Supported Customers...
2828

29-
If you are a **Rancher Prime** or **Rancher Government Carbide** customer, please make sure to use the commands that fetch the all the artifacts from the respective private registry. If you're a supported customer and do not know the correct `<registry-url>` for Prime or Carbide, please contact your respective support team!
29+
If you are a **Rancher Prime** or **Rancher Government Carbide** customer, please make sure to use the commands that fetch all artifacts from the respective private registry. If you're a supported customer and do not know the correct `<registry-url>` for Prime or Carbide, please contact your respective support team!
3030

3131
#### Fetching with Commands
3232

3333
```bash
3434
# set the neuvector version
35-
export vNeuVector=5.4.1
36-
export vNeuVectorHelm=2.8.3
35+
export vNeuVector=5.4.2
36+
export vNeuVectorHelm=2.8.4
3737

3838
# fetch the images
3939
helm repo add neuvector https://neuvector.github.io/neuvector-helm
@@ -54,8 +54,8 @@ hauler store add chart core --repo https://neuvector.github.io/neuvector-helm --
5454
#### Fetching with Declarative Manifests
5555
```bash
5656
# set the neuvector version
57-
export vNeuVector=5.4.1
58-
export vNeuVectorHelm=2.8.3
57+
export vNeuVector=5.4.2
58+
export vNeuVectorHelm=2.8.4
5959

6060
# create the declarative manifest
6161
cat << EOF >> hauler-neuvector-airgap.yaml
@@ -97,12 +97,12 @@ root@hauler-neuvector-airgap hauler % hauler store info
9797
+--------------------------------------------+-------+-------------+----------+----------+
9898
| REFERENCE | TYPE | PLATFORM | # LAYERS | SIZE |
9999
+--------------------------------------------+-------+-------------+----------+----------+
100-
| hauler/core:2.8.3 | chart | - | 1 | 33.3 kB |
101-
| index.docker.io/neuvector/controller:5.4.1 | image | linux/amd64 | 7 | 255.8 MB |
100+
| hauler/core:2.8.4 | chart | - | 1 | 33.3 kB |
101+
| index.docker.io/neuvector/controller:5.4.2 | image | linux/amd64 | 7 | 255.8 MB |
102102
| | image | linux/arm64 | 7 | 244.9 MB |
103-
| index.docker.io/neuvector/enforcer:5.4.1 | image | linux/amd64 | 7 | 248.2 MB |
103+
| index.docker.io/neuvector/enforcer:5.4.2 | image | linux/amd64 | 7 | 248.2 MB |
104104
| | image | linux/arm64 | 7 | 236.6 MB |
105-
| index.docker.io/neuvector/manager:5.4.1 | image | linux/amd64 | 8 | 215.7 MB |
105+
| index.docker.io/neuvector/manager:5.4.2 | image | linux/amd64 | 8 | 215.7 MB |
106106
| | image | linux/arm64 | 8 | 223.3 MB |
107107
| index.docker.io/neuvector/scanner:latest | image | linux/amd64 | 5 | 260.5 MB |
108108
| | image | linux/arm64 | 5 | 256.3 MB |
@@ -141,12 +141,12 @@ root@hauler-neuvector-airgap hauler % hauler store info
141141
+--------------------------------------------+-------+-------------+----------+----------+
142142
| REFERENCE | TYPE | PLATFORM | # LAYERS | SIZE |
143143
+--------------------------------------------+-------+-------------+----------+----------+
144-
| hauler/core:2.8.3 | chart | - | 1 | 33.3 kB |
145-
| index.docker.io/neuvector/controller:5.4.1 | image | linux/amd64 | 7 | 255.8 MB |
144+
| hauler/core:2.8.4 | chart | - | 1 | 33.3 kB |
145+
| index.docker.io/neuvector/controller:5.4.2 | image | linux/amd64 | 7 | 255.8 MB |
146146
| | image | linux/arm64 | 7 | 244.9 MB |
147-
| index.docker.io/neuvector/enforcer:5.4.1 | image | linux/amd64 | 7 | 248.2 MB |
147+
| index.docker.io/neuvector/enforcer:5.4.2 | image | linux/amd64 | 7 | 248.2 MB |
148148
| | image | linux/arm64 | 7 | 236.6 MB |
149-
| index.docker.io/neuvector/manager:5.4.1 | image | linux/amd64 | 8 | 215.7 MB |
149+
| index.docker.io/neuvector/manager:5.4.2 | image | linux/amd64 | 8 | 215.7 MB |
150150
| | image | linux/arm64 | 8 | 223.3 MB |
151151
| index.docker.io/neuvector/scanner:latest | image | linux/amd64 | 5 | 260.5 MB |
152152
| | image | linux/arm64 | 5 | 256.3 MB |
@@ -183,7 +183,7 @@ hauler store serve registry
183183

184184
### Deploy with Helm
185185

186-
Once you have copied everything to your existing registry or served your own registry, you can install `NeuVector` as normal, with a few modified values to account for the airgapped environment. Please note you may need to tweak the below example for your environment...
186+
Once you have copied everything to your existing registry or served your own registry, you can install `NeuVector` as normal, with a few modified values to account for the airgapped environment. Please note you may need to adjust the below example for your environment.
187187

188188
```bash
189189
# set registry url

versioned_docs/version-5.2/02.deploying/09.airgap/09.airgap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ taxonomy:
55
slug: /deploying/airgap
66
---
77

8-
### Prerequistes
8+
### Prerequisites
99

1010
We need to install two tools to easily airgap everything for NeuVector...
1111

@@ -22,11 +22,11 @@ curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 |
2222

2323
### Fetch the Images and Helm Chart
2424

25-
In order to get the required container images and helm chart for NeuVector, we are able to utilize `hauler` to easily fetch, package, and distribute all the bits. We can utilize commands or declarative manifests within `hauler` to do this... feel free to use either method...
25+
In order to get the required container images and Helm chart for NeuVector, we are able to utilize `hauler` to easily fetch, package, and distribute all the bits. We can utilize commands or declarative manifests within `hauler` to do this using either method.
2626

2727
#### For Supported Customers...
2828

29-
If you are a **Rancher Prime** or **Rancher Government Carbide** customer, please make sure to use the commands that fetch the all the artifacts from the respective private registry. If you're a supported customer and do not know the correct `<registry-url>` for Prime or Carbide, please contact your respective support team!
29+
If you are a **Rancher Prime** or **Rancher Government Carbide** customer, please make sure to use the commands that fetch all artifacts from the respective private registry. If you're a supported customer and do not know the correct `<registry-url>` for Prime or Carbide, please contact your respective support team!
3030

3131
#### Fetching with Commands
3232

@@ -183,7 +183,7 @@ hauler store serve registry
183183

184184
### Deploy with Helm
185185

186-
Once you have copied everything to your existing registry or served your own registry, you can install `NeuVector` as normal, with a few modified values to account for the airgapped environment. Please note you may need to tweak the below example for your environment...
186+
Once you have copied everything to your existing registry or served your own registry, you can install `NeuVector` as normal, with a few modified values to account for the airgapped environment. Please note you may need to adjust the below example for your environment.
187187

188188
```bash
189189
# set registry url

versioned_docs/version-5.3/02.deploying/09.airgap/09.airgap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ taxonomy:
55
slug: /deploying/airgap
66
---
77

8-
### Prerequistes
8+
### Prerequisites
99

1010
We need to install two tools to easily airgap everything for NeuVector...
1111

@@ -22,11 +22,11 @@ curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 |
2222

2323
### Fetch the Images and Helm Chart
2424

25-
In order to get the required container images and helm chart for NeuVector, we are able to utilize `hauler` to easily fetch, package, and distribute all the bits. We can utilize commands or declarative manifests within `hauler` to do this... feel free to use either method...
25+
In order to get the required container images and Helm chart for NeuVector, we are able to utilize `hauler` to easily fetch, package, and distribute all the bits. We can utilize commands or declarative manifests within `hauler` to do this using either method.
2626

2727
#### For Supported Customers...
2828

29-
If you are a **Rancher Prime** or **Rancher Government Carbide** customer, please make sure to use the commands that fetch the all the artifacts from the respective private registry. If you're a supported customer and do not know the correct `<registry-url>` for Prime or Carbide, please contact your respective support team!
29+
If you are a **Rancher Prime** or **Rancher Government Carbide** customer, please make sure to use the commands that fetch all artifacts from the respective private registry. If you're a supported customer and do not know the correct `<registry-url>` for Prime or Carbide, please contact your respective support team!
3030

3131
#### Fetching with Commands
3232

@@ -183,7 +183,7 @@ hauler store serve registry
183183

184184
### Deploy with Helm
185185

186-
Once you have copied everything to your existing registry or served your own registry, you can install `NeuVector` as normal, with a few modified values to account for the airgapped environment. Please note you may need to tweak the below example for your environment...
186+
Once you have copied everything to your existing registry or served your own registry, you can install `NeuVector` as normal, with a few modified values to account for the airgapped environment. Please note you may need to adjust the below example for your environment.
187187

188188
```bash
189189
# set registry url

versioned_docs/version-5.4/02.deploying/09.airgap/09.airgap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ taxonomy:
55
slug: /deploying/airgap
66
---
77

8-
### Prerequistes
8+
### Prerequisites
99

1010
We need to install two tools to easily airgap everything for NeuVector...
1111

@@ -22,11 +22,11 @@ curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 |
2222

2323
### Fetch the Images and Helm Chart
2424

25-
In order to get the required container images and helm chart for NeuVector, we are able to utilize `hauler` to easily fetch, package, and distribute all the bits. We can utilize commands or declarative manifests within `hauler` to do this... feel free to use either method...
25+
In order to get the required container images and Helm chart for NeuVector, we are able to utilize `hauler` to easily fetch, package, and distribute all the bits. We can utilize commands or declarative manifests within `hauler` to do this using either method.
2626

2727
#### For Supported Customers...
2828

29-
If you are a **Rancher Prime** or **Rancher Government Carbide** customer, please make sure to use the commands that fetch the all the artifacts from the respective private registry. If you're a supported customer and do not know the correct `<registry-url>` for Prime or Carbide, please contact your respective support team!
29+
If you are a **Rancher Prime** or **Rancher Government Carbide** customer, please make sure to use the commands that fetch all artifacts from the respective private registry. If you're a supported customer and do not know the correct `<registry-url>` for Prime or Carbide, please contact your respective support team!
3030

3131
#### Fetching with Commands
3232

@@ -183,7 +183,7 @@ hauler store serve registry
183183

184184
### Deploy with Helm
185185

186-
Once you have copied everything to your existing registry or served your own registry, you can install `NeuVector` as normal, with a few modified values to account for the airgapped environment. Please note you may need to tweak the below example for your environment...
186+
Once you have copied everything to your existing registry or served your own registry, you can install `NeuVector` as normal, with a few modified values to account for the airgapped environment. Please note you may need to adjust the below example for your environment.
187187

188188
```bash
189189
# set registry url

0 commit comments

Comments
 (0)