Add documentation for example service monitoring

This commit is contained in:
Fabian Reinartz
2016-10-20 17:49:40 +02:00
parent e8d24b7e27
commit ea5d9db5e9
6 changed files with 50 additions and 10 deletions

View 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

View 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