File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
126126export LOAD_BALANCER=" lxc: {}"
@@ -135,6 +135,7 @@ clusterctl generate cluster c1 --from ./templates/cluster-template.yaml > c1.yam
135135Deploy the cluster with:
136136
137137``` bash
138+ kubectl apply -f ./templates/clusterclass-lxc-default.yaml
138139kubectl apply -f c1.yaml
139140```
140141
@@ -168,7 +169,7 @@ make test-e2e E2E_GINKGO_PARALLEL=2
168169make 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
You can’t perform that action at this time.
0 commit comments