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
13f7d44a
Unverified
Commit
13f7d44a
authored
4 years ago
by
Stefan Prodan
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #327 from nanikjava/f-fix-306
Add ARM instruction to get started guide
parents
6cf28ab7
7dc8aa66
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
+5
-1
5 additions, 1 deletion
docs/get-started/index.md
with
5 additions
and
1 deletion
docs/get-started/index.md
+
5
−
1
View file @
13f7d44a
...
@@ -87,6 +87,11 @@ gotk bootstrap github \
...
@@ -87,6 +87,11 @@ gotk bootstrap github \
--personal
--personal
```
```
!!! hint "ARM"
When deploying to a Kubernetes cluster with ARM architecture,
you can use
`--arch=arm`
for ARMv7 32-bit container images
and
`--arch=arm64`
for ARMv8 64-bit container images.
The bootstrap command creates a repository if one doesn't exist and
The bootstrap command creates a repository if one doesn't exist and
commits the toolkit components manifests to the default branch at the specified path.
commits the toolkit components manifests 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.
...
@@ -261,7 +266,6 @@ gotk bootstrap github \
...
@@ -261,7 +266,6 @@ gotk bootstrap github \
--path
=
prod-cluster
\
--path
=
prod-cluster
\
--personal
--personal
```
```
Pull the changes locally:
Pull the changes locally:
```
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