Merge pull request #425 from plod/main

docs: fixing command for expected output
pull/430/head
Hidde Beydals 5 years ago committed by GitHub
commit f4adcae79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,8 +211,9 @@ mkdir -p ./my-cluster/flux-system
Generate the Flux manifests with: Generate the Flux manifests with:
```sh ```sh
# on ARM64/AARCH64 clusters use --arch=arm64
flux install --version=latest \ flux install --version=latest \
--arch=amd64 \ # on ARM64/AARCH64 clusters use --arch=arm64 --arch=amd64 \
--export > ./my-cluster/flux-system/gotk-components.yaml --export > ./my-cluster/flux-system/gotk-components.yaml
``` ```

Loading…
Cancel
Save