Skip to content

Commit 4916ea9

Browse files
authored
Improve E2E and Podman documentation
1 parent bad34a9 commit 4916ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/book/src/development/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $ openstack network list --external
9797

9898
### OpenStack prerequisites
9999

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:
101101

102102
* Glance images
103103
* `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_
125125

126126
### Host configuration
127127

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.
129129

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.
131131

132132
You must install the `podman-docker` package to emulate the docker cli tool. However, this is not sufficient on its own as described below.
133133

0 commit comments

Comments
 (0)