Add documentation for example service monitoring
This commit is contained in:
7
hack/example-service-monitoring/deploy
Executable file
7
hack/example-service-monitoring/deploy
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -z "${KUBECONFIG}" ]; then
|
||||
KUBECONFIG=~/.kube/config
|
||||
fi
|
||||
|
||||
kubectl --kubeconfig="$KUBECONFIG" create -f manifests/examples/example-app
|
||||
7
hack/example-service-monitoring/teardown
Executable file
7
hack/example-service-monitoring/teardown
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -z "${KUBECONFIG}" ]; then
|
||||
KUBECONFIG=~/.kube/config
|
||||
fi
|
||||
|
||||
kubectl --kubeconfig="$KUBECONFIG" -n "$KUBE_NAMESPACE" delete -f manifests/examples/example-app
|
||||
Reference in New Issue
Block a user