Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. root@jody:/etc/default# /opt/bin/etcdctl ls coreos.com/network/subnets
  2. /coreos.com/network/subnets/192.168.90.0-24
  3. /coreos.com/network/subnets/172.16.51.0-24
  4. /coreos.com/network/subnets/172.16.62.0-24
  5. /coreos.com/network/subnets/172.16.39.0-24
  6. root@jody:/etc/default# /opt/bin/etcdctl del /coreos.com/network/subnets/172.16.51.0-24
  7. No help topic for 'del'
  8. root@jody:/etc/default# /opt/bin/etcdctl rm /coreos.com/network/subnets/172.16.51.0-24
  9. PrevNode.Value: {"PublicIP":"10.4.47.11","BackendType":"vxlan","BackendData":{"VtepMAC":"b2:11:b4:ce:e5:51"}}
  10. root@jody:/etc/default# /opt/bin/etcdctl rm /coreos.com/network/subnets/172.16.62.0-24
  11. PrevNode.Value: {"PublicIP":"10.4.47.10","BackendType":"vxlan","BackendData":{"VtepMAC":"72:0c:b6:2b:35:88"}}
  12. root@jody:/etc/default# /opt/bin/etcdctl rm /coreos.com/network/subnets/172.16.39.0-24
  13. PrevNode.Value: {"PublicIP":"10.20.30.103","BackendType":"vxlan","BackendData":{"VtepMAC":"da:75:cd:83:4e:f9"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement