diff --git a/README.md b/README.md index f999145..4d63893 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Kubernetes operator that can perform various actions: - Place taints on nodes based on their names. - Place default resource requests/limits on deployments that lack them (but you can also use exclusion words to ignore deployment requests/limits checks). - Upgrade deployment images based on a predefined list of periodically checked tags (such as :latest, :master, etc.). -- Attempt to fix CrashLoopBackOff by recreating linked resources (such as secrets, if they have not updated from a third-party provider (e.g., Vault)). +- Attempt to fix CrashLoopBackOff by deleting pod (so it will appear on another node) in deployments defined in CRD config. Note: This is a college graduation project, so it may contain bugs and may not follow best practices.