Fix typo in ip-masq-agent user guide (#11023)
This commit is contained in:
parent
95953bbe8e
commit
a0fd05ce41
|
|
@ -90,7 +90,7 @@ Run the following command to add the config map to your cluster:
|
||||||
kubectl create configmap ip-masq-agent --from-file=config --namespace=kube-system
|
kubectl create configmap ip-masq-agent --from-file=config --namespace=kube-system
|
||||||
```
|
```
|
||||||
|
|
||||||
This will update a file located at */etc/config/ip-masq-agent* which is periodically checked every *resyscInterval* and applied to the cluster node.
|
This will update a file located at */etc/config/ip-masq-agent* which is periodically checked every *resyncInterval* and applied to the cluster node.
|
||||||
After the resync interval has expired, you should see the iptables rules reflect your changes:
|
After the resync interval has expired, you should see the iptables rules reflect your changes:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue