Skip to content

Instantly share code, notes, and snippets.

@cmaster11
Created November 7, 2019 17:54
Show Gist options
  • Save cmaster11/cef422c230791ff6ff781234d839fe8f to your computer and use it in GitHub Desktop.
Save cmaster11/cef422c230791ff6ff781234d839fe8f to your computer and use it in GitHub Desktop.
Markdium-How to get notifications when Kubernetes CronJobs fail
kubectl apply -f https://raw.githubusercontent.com/cmaster11/overseer/3f8ee2bbc1e5452d292e14c8b3e78960385b7ac9/example-kubernetes/000-namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/cmaster11/overseer/3f8ee2bbc1e5452d292e14c8b3e78960385b7ac9/example-kubernetes/redis.yaml
kubectl apply -f https://raw.githubusercontent.com/cmaster11/overseer/3f8ee2bbc1e5452d292e14c8b3e78960385b7ac9/example-kubernetes/001-service-account-k8s-event-watcher.yaml
kubectl apply -f https://raw.githubusercontent.com/cmaster11/overseer/3f8ee2bbc1e5452d292e14c8b3e78960385b7ac9/example-kubernetes/overseer-k8s-event-watcher.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment