1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-21 15:52:28 +00:00

Merge branch 'senpy' into 'master'

K8s changes in senpy

See merge request docs/templates/makefiles!2
This commit is contained in:
J. Fernando Sánchez 2017-09-28 10:57:51 +00:00
commit 2ca9d36f80

3
k8s.mk
View File

@ -42,7 +42,8 @@ info: ## Print variables. Useful for debugging.
deploy: ## Deploy to kubernetes using the credentials in KUBE_CA_PEM_FILE (or KUBE_CA_BUNDLE ) and TOKEN
@cat k8s/{*.yaml,*.yml,*.tmpl} | envsubst | $(KUBECTL) apply -f -
@ls k8s/
@cat k8s/*.yaml k8s/*.yml k8s/*.tmpl 2>/dev/null | envsubst | $(KUBECTL) apply -f -
deploy-check: ## Get the deployed configuration.
@$(KUBECTL) get deploy,pods,svc,ingress