We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c66f7 commit 70225dfCopy full SHA for 70225df
README.md
@@ -0,0 +1,10 @@
1
+# fluxcd-suspend-notifier
2
+
3
+Application that watches for suspend status changes of fluxcd resources. This is designed to operate in the context of
4
+fluxcd running in a GKE cluster.
5
6
+- GKE audit logs are tailed to observe when fluxcd resources are mutated. We use this mechanism specifically as it
7
+ contains details of the user that has made the modification
8
+- The kubernetes API is used to check if the suspend status has changed (resource modifications can occur for other
9
+ reasons)
10
+- If the suspend status has changed, a notification is dispatched via Slack
0 commit comments