change dir structure to create catalog
This commit is contained in:
parent
8e466ac94a
commit
b5544da15b
@ -1,7 +1,7 @@
|
|||||||
# MOLGENIS Helm templates
|
# MOLGENIS Helm templates
|
||||||
|
|
||||||
|
|
||||||
## Usefull commands for Kubernetes
|
## Useful commands for Kubernetes
|
||||||
|
|
||||||
- kubectl get pods
|
- kubectl get pods
|
||||||
Gets alls running instances of containers from a certain deployment
|
Gets alls running instances of containers from a certain deployment
|
||||||
@ -14,7 +14,7 @@
|
|||||||
- kubectl get deployments
|
- kubectl get deployments
|
||||||
Gets all deployments (comparable with docker-compose)
|
Gets all deployments (comparable with docker-compose)
|
||||||
|
|
||||||
## Usefull commands for Helm
|
## Useful commands for Helm
|
||||||
|
|
||||||
- helm install .
|
- helm install .
|
||||||
Do it in the root of the project where the Chart.yaml is located
|
Do it in the root of the project where the Chart.yaml is located
|
||||||
@ -22,4 +22,4 @@
|
|||||||
- helm list
|
- helm list
|
||||||
Lists all installed releases
|
Lists all installed releases
|
||||||
- helm delete #release#
|
- helm delete #release#
|
||||||
Performs a sort of mvn clean on your workspace. Very handy for zombie persistant volumes or claims.
|
Performs a sort of mvn clean on your workspace. Very handy for zombie persistent volumes or claims.
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Loading…
Reference in New Issue
Block a user