File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
examples/kind-multinode-kcp Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,6 @@ performs the following operations:
8
8
3 . Changes ` kubectl ` context to point to the new ` kind ` cluster.
9
9
4 . Deploys ` konnectivity ` proxy servers and agents to the KCP and worker nodes.
10
10
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
- ```
25
11
26
12
## ` ./quickstart-kind.sh ` command-line flags
27
13
- ` --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"
62
48
--num-kcp-nodes 3 --num-worker-nodes 2 --sideload-images
63
49
```
64
50
51
+ ## Making sure the script worked
52
+
65
53
Check that the ` konnectivity ` pods are up and running:
66
54
``` shell
67
55
kubectl --namespace kube-system get pods | grep konnectivity
You can’t perform that action at this time.
0 commit comments