Renamed ControlAgent to NodeControl
This commit is contained in:
@@ -20,11 +20,11 @@ run bootusb
|
||||
|
||||
## Run fw_printenv and fw_setenv from kubectl
|
||||
```
|
||||
# Avoid using daemonset/control-agent if you have multiple nodes
|
||||
kubectl exec -n kube-system control-agent-abcdef1 -- /ctl internal fw-setenv --key foo --value bar
|
||||
# Avoid using daemonset/node-agent if you have multiple nodes
|
||||
kubectl exec -n kube-system node-agent-abcdef1 -- /ctl internal fw-setenv --key foo --value bar
|
||||
|
||||
# fw_printenv
|
||||
kubectl exec -n kube-system ds/control-agent -- /ctl internal fw-printenv --key foo
|
||||
kubectl exec -n kube-system ds/node-agent -- /ctl internal fw-printenv --key foo
|
||||
```
|
||||
|
||||
## Original uboot env from mono
|
||||
|
||||
Reference in New Issue
Block a user