Skip to content

Commit 8036fc6

Browse files
authored
minor improvements to developer guide wording (#29)
1 parent 819bfa5 commit 8036fc6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/book/src/howto/developer-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ make run V=4
120120

121121
### Deploy a test cluster
122122

123-
On a separate window, generate a cluster template and deploy:
123+
On a separate window, generate a cluster manifest and deploy:
124124

125125
```bash
126126
export LOAD_BALANCER="lxc: {}"
@@ -135,6 +135,7 @@ clusterctl generate cluster c1 --from ./templates/cluster-template.yaml > c1.yam
135135
Deploy the cluster with:
136136

137137
```bash
138+
kubectl apply -f ./templates/clusterclass-lxc-default.yaml
138139
kubectl apply -f c1.yaml
139140
```
140141

@@ -168,7 +169,7 @@ make test-e2e E2E_GINKGO_PARALLEL=2
168169
make test-e2e E2E_GINKGO_FOCUS='QuickStart OCI'
169170
```
170171

171-
Unless specified, the e2e tests will use the default `local-https` from the Incus or the LXD client configuration.
172+
Unless specified, the e2e tests will use the default `local-https` remote from the client configuration.
172173

173174
## Running conformance tests
174175

0 commit comments

Comments
 (0)