Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
a7362b60
Commit
a7362b60
authored
4 years ago
by
Philip Laine
Browse files
Options
Downloads
Patches
Plain Diff
Add note about deploy key linked to pat
Signed-off-by:
Philip Laine
<
philip.laine@xenit.se
>
parent
5d4bb3a4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/get-started/index.md
+6
-0
6 additions, 0 deletions
docs/get-started/index.md
with
6 additions
and
0 deletions
docs/get-started/index.md
+
6
−
0
View file @
a7362b60
...
@@ -102,6 +102,12 @@ The bootstrap command creates a repository if one doesn't exist, and
...
@@ -102,6 +102,12 @@ The bootstrap command creates a repository if one doesn't exist, and
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.
Then it configures the target cluster to synchronize with the specified path inside the repository.
Then it configures the target cluster to synchronize with the specified path inside the repository.
!!! hint "Deploy Key"
The bootstrap command creates a 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
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.
If you wish to create the repository under a GitHub organization:
If you wish to create the repository under a GitHub organization:
```
sh
```
sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment