futher debugging server version

This commit is contained in:
Stefan Riepenhausen 2022-12-08 12:57:29 +01:00
parent 29fbcff244
commit 3e27a77f77
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ start-helm:
@ kubectl config use-context $(K8S_CONTEXT)
#
@ echo "kubectl version"
@- kubectl version
@- kubectl version -v 10
#
@- echo "\n### create namespace $(NAMESPACE)"
@- kubectl create namespace "$(NAMESPACE)" --dry-run=client -o yaml | kubectl apply -f -