Skip to content

Commit 5e98c7e

Browse files
authored
Workshop nits (#15)
* fix: link for multicluster provider example nit: Fix link in Readme Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com> * fix: create workspace command
1 parent 1d3bade commit 5e98c7e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ go.work
2828
**/bin
2929
**.tar.gz
3030
kcp-operator
31-
.checkpoint-**
31+
.checkpoint-**
32+
33+
.idea/

20250401-kubecon-london/workshop/00-prerequisites/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Ready for a warm-up? In this quick exercise we are going to install programs we'
3737

3838
* [kcp](https://github.com/kcp-dev/kcp/releases/latest),
3939
* kcp's [api-syncagent](https://github.com/kcp-dev/api-syncagent/releases/latest),
40-
* kcp's [multicluster-controller runtime example binary](kcp-multicluster-provider-example),
40+
* kcp's [multicluster-controller runtime example binary](https://github.com/mjudeikis/kcp-multicluster-provider-example/releases/download),
4141
* [kind](https://github.com/kubernetes-sigs/kind/releases/latest),
4242
* [kubectl](https://kubernetes.io/docs/tasks/tools/),
4343
* and, [kubectl-krew](https://krew.sigs.k8s.io/docs/user-guide/setup/install/).

20250401-kubecon-london/workshop/02-explore-workspaces/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Create `providers` and `providers:cowboys` workspaces:
134134
```shell
135135
kubectl ws use :
136136
kubectl create workspace providers --enter
137-
kubectl create create cowboys --enter
137+
kubectl create workspace cowboys --enter
138138
```
139139

140140
```shell-session

0 commit comments

Comments
 (0)