Skip to content

Commit 90d4a7e

Browse files
committed
Clean up docs
1 parent e308167 commit 90d4a7e

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

examples/kind-multinode-kcp/README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ performs the following operations:
88
3. Changes `kubectl` context to point to the new `kind` cluster.
99
4. Deploys `konnectivity` proxy servers and agents to the KCP and worker nodes.
1010

11-
To validate that it works, run a custom image and get pod logs (it goes through the konnectivity proxy):
12-
```sh
13-
$ kubectl run test --image httpd:2
14-
pod/test created
15-
$ kubectl get pods
16-
NAME READY STATUS RESTARTS AGE
17-
test 0/1 ContainerCreating 0 4s
18-
$ kubectl get pods
19-
NAME READY STATUS RESTARTS AGE
20-
test 1/1 Running 0 6s
21-
$ kubectl logs test
22-
...
23-
[Tue Apr 09 20:58:36.756720 2024] [mpm_event:notice] [pid 1:tid 139788897408896] AH00489: Apache/2.4.59 (Unix) configured -- resuming normal operations
24-
```
2511

2612
## `./quickstart-kind.sh` command-line flags
2713
- `--cluster-name <NAME>`: Name of the `kind` cluster to be created Default: `knp-test-cluster`
@@ -62,6 +48,8 @@ AGENT_IMAGE="$REGISTRY/proxy-agent-$TARGET_ARCH:$TAG"
6248
--num-kcp-nodes 3 --num-worker-nodes 2 --sideload-images
6349
```
6450

51+
## Making sure the script worked
52+
6553
Check that the `konnectivity` pods are up and running:
6654
```shell
6755
kubectl --namespace kube-system get pods | grep konnectivity

0 commit comments

Comments
 (0)