mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-13 04:02:29 +00:00
Updated makefiles from senpy
This commit is contained in:
parent
1543f5550e
commit
8fe7616bae
3
k8s.mk
3
k8s.mk
@ -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 | envsubst | $(KUBECTL) apply -f -
|
||||
@ls k8s/*.yaml k8s/*.yml k8s/*.tmpl 2>/dev/null || true
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user