1
0

change dir structure to create catalog

This commit is contained in:
sido 2018-06-22 21:01:27 +02:00
parent 8e466ac94a
commit b5544da15b
31 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB