Commit 8e2f4da 1 parent 20fa777 commit 8e2f4da Copy full SHA for 8e2f4da
File tree 2 files changed +16
-4
lines changed
clusters/cozy-test/flux-system
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,20 @@ $ flux bootstrap github --owner=$GITHUB_USER --personal --repository=$GITHUB_REP
109
109
110
110
#### Troubleshooting
111
111
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.
114
126
115
127
## What is in the demo
116
128
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- # - flux-oci.yaml
5
- - gotk-components.yaml
4
+ - flux-oci.yaml
5
+ # - gotk-components.yaml
6
6
- gotk-sync.yaml
You can’t perform that action at this time.
0 commit comments