Skip to content

Commit 5c2f93f

Browse files
committed
Adding more information about external root CA for 10023
1 parent af1626c commit 5c2f93f

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

docs/08.integration/01.integration/01.integration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,21 @@ Save this configuration as override.yaml, then deploy NeuVector using Helm.
5656
helm install neuvector neuvector/core -n neuvector --set manager.svc.type=NodePort,imagePullSecrets=regsecret -f override.yaml
5757
```
5858

59+
You should see the following:
60+
```yaml
61+
NAME: neuvector
62+
LAST DEPLOYED: Fri Jul 18 2025
63+
NAMESPACE: neuvector
64+
STATUS: deployed
65+
REVISION: 1
66+
TEST SUITE: None
67+
NOTES:
68+
Get the NeuVector URL by running these commands:
69+
NODE_PORT=$(kubectl get --namespace neuvector -o jsonpath="{.spec.ports[0].nodePort}" services neuvector-service-webui)
70+
NODE_IP=$(kubectl get nodes --namespace neuvector -o jsonpath="{.items[0].status.addresses[0].address}")
71+
echo https://$NODE_IP:$NODE_PORT
72+
```
73+
5974
After deployment, confirm that the configuration is applied by viewing the neuvector-init ConfigMap:
6075
6176
```bash

versioned_docs/version-5.4/08.integration/01.integration/01.integration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,21 @@ Save this configuration as override.yaml, then deploy NeuVector using Helm.
5656
helm install neuvector neuvector/core -n neuvector --set manager.svc.type=NodePort,imagePullSecrets=regsecret -f override.yaml
5757
```
5858

59+
You should see the following:
60+
```yaml
61+
NAME: neuvector
62+
LAST DEPLOYED: Fri Jul 18 2025
63+
NAMESPACE: neuvector
64+
STATUS: deployed
65+
REVISION: 1
66+
TEST SUITE: None
67+
NOTES:
68+
Get the NeuVector URL by running these commands:
69+
NODE_PORT=$(kubectl get --namespace neuvector -o jsonpath="{.spec.ports[0].nodePort}" services neuvector-service-webui)
70+
NODE_IP=$(kubectl get nodes --namespace neuvector -o jsonpath="{.items[0].status.addresses[0].address}")
71+
echo https://$NODE_IP:$NODE_PORT
72+
```
73+
5974
After deployment, confirm that the configuration is applied by viewing the neuvector-init ConfigMap:
6075
6176
```bash

0 commit comments

Comments
 (0)