Renamed ControlAgent to NodeControl

This commit is contained in:
2026-04-25 04:38:23 +08:00
parent 1354e83813
commit 8fae920fc8
20 changed files with 404 additions and 73 deletions

View File

@@ -49,7 +49,7 @@ catalog:
```
※ ConfigMap requires additional RBAC permissions which is not enabled by default. You can edit
the control-agent's ClusterRole and add `configmaps: get` to allow this.
the node-agent's ClusterRole and add `configmaps: get` to allow this.
Contents should look like this
```yaml