You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,14 @@ within the cluster.
33
33
Create the cluster and deploy the operator.
34
34
35
35
Provide an address where the VM you will attest from can access the cluster.
36
-
In many cases, this will be your gateway address (`arp -a`).
37
-
For an existing VM on system libvirt, you can also find this address via `virsh net-dhcp-leases`.
36
+
When using a local kind & libvirt VM, this may be your gateway address (`default via …` in `ip route`) for user libvirt or bridge (`virbr0` in `ip route`) for system libvirt.
38
37
39
38
```bash
40
-
$ arp -a
41
-
_gateway (192.168.178.1) at 34:2c:c4:de:fc:52 [ether] on wlp0s20f3
42
-
$ ip=192.168.178.1
39
+
$ ip route
40
+
...
41
+
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
0 commit comments