Skip to content

Commit 3a06235

Browse files
committed
I was warned
Signed-off-by: Kingdon Barrett <[email protected]> prune: false Signed-off-by: Kingdon Barrett <[email protected]> more concurrent, Flux from OCI manifests backdoor way of adding Image Automation and Reflector controllers Signed-off-by: Kingdon Barrett <[email protected]> prune: true Signed-off-by: Kingdon Barrett <[email protected]> fix formatting Signed-off-by: Kingdon Barrett <[email protected]>
1 parent ea368c2 commit 3a06235

File tree

4 files changed

+37
-12388
lines changed

4 files changed

+37
-12388
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ $ flux bootstrap github --owner=$GITHUB_USER --personal --repository=$GITHUB_REP
121121
If your `SpinApp` is stuck in `ContainerCreating`, and you are using KWasm,
122122
then you may simply need to [annotate the nodes](https://github.com/KWasm/kwasm-operator?tab=readme-ov-file#kwasm-operator).
123123

124-
* `for i in `kubectl get node -o name`; do kubectl annotate $i kwasm.sh/kwasm-node=true; done`
124+
```bash
125+
for i in `kubectl get node -o name`; do kubectl annotate $i kwasm.sh/kwasm-node=true; done
126+
```
125127

126128
If you get this error:
127129

0 commit comments

Comments
 (0)