hack: improve minikube deploy scripts
This commit is contained in:
6
hack/cluster-monitoring/minikube-deploy
Executable file
6
hack/cluster-monitoring/minikube-deploy
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
hack/cluster-monitoring/deploy
|
||||
|
||||
awk 'FNR==1{print "---"}1' manifests/k8s/minikube/*.yaml | sed s/MINIKUBE_IP/`minikube ip`/g | kubectl --namespace=kube-system apply -f -
|
||||
|
||||
Reference in New Issue
Block a user