We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc86d2e commit 2ac6861Copy full SHA for 2ac6861
Documentation/bgp.md
@@ -61,8 +61,8 @@ annotations:
61
62
For e.g users can annotate node object with below commands
63
```
64
-kubectl annotate node <kube-node> "io.kube-router.net.peer.ips=192.168.1.98,192.168.1.99"
65
-kubectl annotate node <kube-node> "io.kube-router.net.peer.asns=64513"
+kubectl annotate node <kube-node> "io.kube-router.net.peer.ips=192.168.1.99,192.168.1.100"
+kubectl annotate node <kube-node> "io.kube-router.net.peer.asns=65000,65000"
66
67
68
### BGP Peer Password Authentication
0 commit comments