Skip to content

Instantly share code, notes, and snippets.

View ahmadiq's full-sized avatar
🇵🇰

Ahmad ahmadiq

🇵🇰
View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
,ConfigMapController,Stakater Reloader,k8s-trigger-controller
Triggering resource,Only supports watching ConfigMaps,Can watch both ConfigMaps as well as Secrets for changes in configuration that may need to trigger a pod update,Supports change detection in both ConfigMaps and Secrets
Updateable resource,Only supports updating Deployments,"Supports updating Deployments, as well as StatefulSets and DaemonSets",k8s-trigger-controller only supports updates to Deployments. It does not support DaemonSets or StatefulSets.
Change detection,Configmap controller uses FABRICB_FOO_REVISION environment variable to store any change in configmap controller. It does not encode it or convert it in suitable hash value which can lead to data pollution in the Deployment,"uses SHA1 to encode the changes in ConfigMap or Secret. It then saves the SHA1 value in
STAKATER_FOO_CONFIGMAP or STAKATER_FOO_SECRET environment variable depending upon where the change has happened. The use of SHA1 provides a concise 40 characters encoded va