Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
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
cspp_geo
geosphere
geosphere-deploy
Commits
a36cf7ef
Verified
Commit
a36cf7ef
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add information about longhorn installation on k3s
parent
69deaaae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
admin/README.md
+17
-0
17 additions, 0 deletions
admin/README.md
with
17 additions
and
0 deletions
admin/README.md
+
17
−
0
View file @
a36cf7ef
...
@@ -99,6 +99,23 @@ helm upgrade -v 2 --install -f production/values-geosphere-minio.yaml $EXTRA_ARG
...
@@ -99,6 +99,23 @@ helm upgrade -v 2 --install -f production/values-geosphere-minio.yaml $EXTRA_ARG
Note,
`geosphere-minio`
in the above commands must match the name of the release
Note,
`geosphere-minio`
in the above commands must match the name of the release
from the original installation.
from the original installation.
### Longhorn - Shared Block Storage
Most cloud platforms have some concept of a shared block storage (AWS EBS,
GCP Persistent Storage, etc). These can be mounted as normal volumes in our
containers. Although our K3S installation has a local path provisioner these
volumes are limited to one single node. We need another solution that shares
the volumes between nodes. That's where longhorn comes in.
Follow the official longhorn installation instructions:
https://longhorn.io/docs/1.0.0/deploy/install/install-with-helm/
If you have a particular mount on the cluster nodes that has more space than
the default
`/var`
path, you may want to customize this setting. For longhorn
1.
0 you can do this by adding
`--set defaultSettings.defaultDataPath=/data`
to
your helm install command.
### Storage - Local Large Cache
### Storage - Local Large Cache
**DEPRECATED**
: See local path provisioner above.
**DEPRECATED**
: See local path provisioner above.
...
...
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