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: examples/kind-multinode/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ performs the following operations:
16
16
-`--agent-image <IMAGE_NAME>[:<IMAGE_TAG>]`: Proxy server image to deploy. Default: `gcr.io/k8s-staging-kas-network-proxy/proxy-agent:master`
17
17
-`--num-kcp-nodes <NUM>`: Number of control plane nodes to spin up. Default: 2.
18
18
-`--num-worker-nodes <NUM>`: Number of worker nodes to spin up. Default: 1.
19
+
-`--server-count-override <NUM>`: If this flag is >= 0, override the `--serverCount` flag in the proxy server's configuration to the provided number. Default: set `--serverCount` to equal the number of KCP nodes.
19
20
-`--sideload-images`: Use `kind load ...` to sideload custom proxy server and agent images with the names set by `--server-image` and `--agent-image` into the kind cluster. Default: do not sideload.
20
21
- Use this if you don't want to publish your custom KNP images to a public registry.
21
22
- NOTE: You MUST specify an image tag (i.e. `my-image-name:my-image-tag` and not just `my-image-name`) and the image tag MUST NOT be `:latest` for this to work! See [`kind` docs](https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-your-cluster) for why this is necessary.
@@ -33,7 +34,7 @@ make docker-build
33
34
Verify that the new images are available in the local docker registry with `docker images`. Then, bring up the cluster:
34
35
35
36
```shell
36
-
cd examples/kind-multinode-kcp
37
+
cd examples/kind-multinode
37
38
38
39
# These are the default values of the registry, image name, and tag used by the Makefile.
0 commit comments