You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `dataplaneKeySecretName` is used to authenticate the agent with NGINX One Console. See the [NGINX One Console Docs]({{< ref "/nginx-one/connect-instances/create-manage-data-plane-keys.md" >}})
@@ -99,7 +98,7 @@ data:
99
98
```
100
99
101
100
Make sure to set the namespace in the nginx-agent.config to the same namespace as NGINX Ingress Controller.
102
-
Mount the ConfigMap to the deployment/daemonset file of NGINX Ingress Controller:
101
+
Mount the ConfigMap to the Deployment/DaemonSet file of NGINX Ingress Controller:
103
102
104
103
```yaml
105
104
volumeMounts:
@@ -114,7 +113,7 @@ volumes:
114
113
name: nginx-agent-config
115
114
- name: dataplane-key
116
115
secret:
117
-
secretName: <Your Dataplane Key Secret Name>
116
+
secretName: "<data_plane_key_secret_name>"
118
117
```
119
118
120
119
Follow the [Installation with Manifests]({{< ref "/nic/installation/installing-nic/installation-with-manifests.md" >}}) instructions to deploy NGINX Ingress Controller.
@@ -134,7 +133,7 @@ If you encounter issues connecting your instances to NGINX One Console, try the
Select the instance associated with your deployment of NGINX Ingress Controller. Under the **Details** tab, you'll see You'll see information associated with:
154
+
Select the instance associated with your deployment of NGINX Ingress Controller. Under the **Details** tab, you'll see information associated with:
156
155
157
156
- SSL/TLS certificates
158
-
- CVEs
159
157
- Configuration recommendations
160
158
161
159
Under the **Configuration** tab, you'll see a **read-only** view of the configuration files.
Copy file name to clipboardExpand all lines: content/nginx-one/k8s/overview.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,5 @@ nd-product: NGINX One
15
15
You can now include Kubernetes systems through the [control plane](https://www.f5.com/glossary/control-plane). In related documentation, you can learn how to:
16
16
17
17
- Set up a connection to F5 NGINX One Console through a data plane key.
18
-
- Monitor each connected Kubernetes system for CVEs.
19
18
- Review the NGINX Ingress Controller instances that are part of your fleet.
0 commit comments