Skip to content

Commit 8e2f4da

Browse files
committed
the experiment
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 20fa777 commit 8e2f4da

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,20 @@ $ flux bootstrap github --owner=$GITHUB_USER --personal --repository=$GITHUB_REP
109109

110110
#### Troubleshooting
111111

112-
(If your `SpinApp` is stuck in `ContainerCreating`, and you are using KWasm,
113-
then you may simply need to [annotate the nodes](https://github.com/KWasm/kwasm-operator?tab=readme-ov-file#kwasm-operator).)
112+
If your `SpinApp` is stuck in `ContainerCreating`, and you are using KWasm,
113+
then you may simply need to [annotate the nodes](https://github.com/KWasm/kwasm-operator?tab=readme-ov-file#kwasm-operator).
114+
115+
* `for i in `kubectl get node -o name`; do kubectl annotate $i kwasm.sh/kwasm-node=true; done`
116+
117+
If you get this error:
118+
119+
```
120+
...
121+
```
122+
123+
...Then either I forgot to clean up after my experiments in `flux-system`, or
124+
the livestream hasn't finished yet. You can delete that directory from inside
125+
your fork (`clusters/cozy-test/flux-system`) and just bootstrap Flux again.
114126

115127
## What is in the demo
116128

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
# - flux-oci.yaml
5-
- gotk-components.yaml
4+
- flux-oci.yaml
5+
# - gotk-components.yaml
66
- gotk-sync.yaml

0 commit comments

Comments
 (0)