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
0935a637
Commit
0935a637
authored
4 years ago
by
stefanprodan
Browse files
Options
Downloads
Patches
Plain Diff
Add prerequisites check to docs
parent
c23d40ca
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
+13
-2
13 additions, 2 deletions
docs/get-started/index.md
with
13 additions
and
2 deletions
docs/get-started/index.md
+
13
−
2
View file @
0935a637
...
@@ -33,6 +33,17 @@ To configure your shell to load tk completions add to your bash profile:
...
@@ -33,6 +33,17 @@ To configure your shell to load tk completions add to your bash profile:
.
<
(
tk completion
)
.
<
(
tk completion
)
```
```
Verify that your cluster satisfies the prerequisites with:
```
text
$ tk check --pre
► checking prerequisites
✔ kubectl 1.18.3 >=1.18.0
✔ kubernetes 1.16.8-eks-e16311 >=1.14.0
✔ prerequisites checks passed
```
## Bootstrap
## Bootstrap
You'll be using a dedicated Git repository e.g.
`fleet-infra`
to manage one or more Kubernetes clusters.
You'll be using a dedicated Git repository e.g.
`fleet-infra`
to manage one or more Kubernetes clusters.
...
@@ -105,7 +116,7 @@ deployment "kustomize-controller" successfully rolled out
...
@@ -105,7 +116,7 @@ deployment "kustomize-controller" successfully rolled out
✔ bootstrap finished
✔ bootstrap finished
```
```
If you prefer GitLab, export
`GITLAB_TOKEN`
env var and use the command
`
tk bootstrap gitlab
`
.
If you prefer GitLab, export
`GITLAB_TOKEN`
env var and use the command
[
tk bootstrap gitlab
](
../cmd/tk_bootstrap_gitlab.md
)
.
It is safe to run the bootstrap command as many times as you want.
It is safe to run the bootstrap command as many times as you want.
If the toolkit components are present on the cluster,
If the toolkit components are present on the cluster,
...
@@ -116,7 +127,7 @@ the bootstrap command will perform an upgrade if needed.
...
@@ -116,7 +127,7 @@ the bootstrap command will perform an upgrade if needed.
Clone the repository with:
Clone the repository with:
```
sh
```
sh
git clone https://github.com/
gitopsrun
/fleet-infra
git clone https://github.com/
$GITHUB_USER
/fleet-infra
cd
fleet-infra
cd
fleet-infra
```
```
...
...
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