Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minikube-installation.md #173

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/minikube-installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation guide for Minicube
# Installation guide for Minikube

## Install Minicube
## Install Minikube

To install minikube itself follow the instruction on https://kubernetes.io/de/docs/tasks/tools/install-minikube/

Expand All @@ -12,7 +12,7 @@ Download or update latest helm chart dependencies listed in /chart.yaml.
helm dependency update charts/geonode
```

## Edit Minicube values
## Edit Minikube values

View and edit the predefined minikube values under /minikube-values.yaml

Expand Down Expand Up @@ -117,4 +117,4 @@ There are several ways to expose services from minikube, find information in the

Now you are able to access the geonode installation by opening your browser and open http://geonode for geonode and http://geonode/geoserver for geoserver

Have Fun!
Have Fun!
Loading