Fix typo in ip-masq-agent user guide (#11023)

This commit is contained in:
Bernat Moix 2018-11-16 20:27:50 +01:00 committed by k8s-ci-robot
parent 95953bbe8e
commit a0fd05ce41
1 changed files with 4 additions and 4 deletions

View File

@ -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
```
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:
```