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: docs/book/src/development/development.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ $ openstack network list --external
97
97
98
98
### OpenStack prerequisites
99
99
100
-
The file `test/e2e/data/e2e_conf.yaml` and the test templates under `test/e2e/data/infrastructure-openstack` reference several OpenStack resources which must exist before running the test:
100
+
The file [`test/e2e/data/e2e_conf.yaml`](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/master/test/e2e/data/e2e_conf.yaml) and the test templates under [`test/e2e/data/infrastructure-openstack`](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/tree/master/test/e2e/data/infrastructure-openstack) reference several OpenStack resources which must exist before running the test:
101
101
102
102
* Glance images
103
103
*`cirros-0.5.1-x86_64-disk`
@@ -125,9 +125,9 @@ make test-e2e OPENSTACK_CLOUD_YAML_FILE=/path/to/clouds.yaml OPENSTACK_CLOUD=my_
125
125
126
126
### Host configuration
127
127
128
-
Firstly, you must be using kernel >=5.11. Fedora 34 is the oldest distribution with this kernel.
128
+
Firstly, you must be using kernel >=5.11. If you are using Fedora, this means Fedora >= 34.
129
129
130
-
You *MUST* configure systemd and iptables as described in https://kind.sigs.k8s.io/docs/user/rootless/. There is no need to configure cgroups v2 as Fedora uses this by default.
130
+
You must configure systemd and iptables as described in https://kind.sigs.k8s.io/docs/user/rootless/. There is no need to configure cgroups v2 on Fedora, as it uses this by default.
131
131
132
132
You must install the `podman-docker` package to emulate the docker cli tool. However, this is not sufficient on its own as described below.
0 commit comments