mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 22:51:47 +00:00
Merge pull request #713 from fluxcd/doc-fixes
docs: styling of hint blocks
This commit is contained in:
commit
5d4cdcc207
2 changed files with 9 additions and 9 deletions
|
|
@ -93,9 +93,9 @@ flux bootstrap github \
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! hint "Multi-arch images"
|
!!! hint "Multi-arch images"
|
||||||
The component images are published as [multi-arch container images](https://docs.docker.com/docker-for-mac/multi-arch/)
|
The component images are published as [multi-arch container images](https://docs.docker.com/docker-for-mac/multi-arch/)
|
||||||
with support for Linux `amd64`, `arm64` and `armv7` (e.g. 32bit Raspberry Pi)
|
with support for Linux `amd64`, `arm64` and `armv7` (e.g. 32bit Raspberry Pi)
|
||||||
architectures.
|
architectures.
|
||||||
|
|
||||||
The bootstrap command creates a repository if one doesn't exist,
|
The bootstrap command creates a repository if one doesn't exist,
|
||||||
commits the manifests for the Flux components to the default branch at the specified path,
|
commits the manifests for the Flux components to the default branch at the specified path,
|
||||||
|
|
|
||||||
|
|
@ -63,9 +63,9 @@ flux bootstrap <GIT-PROVIDER> \
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! hint "Multi-arch images"
|
!!! hint "Multi-arch images"
|
||||||
The component images are published as [multi-arch container images](https://docs.docker.com/docker-for-mac/multi-arch/)
|
The component images are published as [multi-arch container images](https://docs.docker.com/docker-for-mac/multi-arch/)
|
||||||
with support for Linux `amd64`, `arm64` and `armv7` (e.g. 32bit Raspberry Pi)
|
with support for Linux `amd64`, `arm64` and `armv7` (e.g. 32bit Raspberry Pi)
|
||||||
architectures.
|
architectures.
|
||||||
|
|
||||||
If you wish to install a specific version, use the Flux
|
If you wish to install a specific version, use the Flux
|
||||||
[release tag](https://github.com/fluxcd/flux2/releases) e.g. `--version=v0.2.0`.
|
[release tag](https://github.com/fluxcd/flux2/releases) e.g. `--version=v0.2.0`.
|
||||||
|
|
@ -118,11 +118,11 @@ flux bootstrap github \
|
||||||
--personal
|
--personal
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! hint "Deploy Key"
|
!!! hint "Deploy key"
|
||||||
The bootstrap command creates a ssh key which it stores as a secret in the
|
The bootstrap command creates an SSH key which it stores as a secret in the
|
||||||
Kubernetes cluster. The key is also used to create a deploy key in the GitHub
|
Kubernetes cluster. The key is also used to create a deploy key in the GitHub
|
||||||
repository. The new deploy key will be linked to the personal access token used
|
repository. The new deploy key will be linked to the personal access token used
|
||||||
to authenticate. Removing the personal access token will remove the deploy key.
|
to authenticate. **Removing the personal access token will also remove the deploy key.**
|
||||||
|
|
||||||
Run the bootstrap for a repository owned by a GitHub organization:
|
Run the bootstrap for a repository owned by a GitHub organization:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue