From bad5b2ba1c411c5488c950fad9c3512cff777b58 Mon Sep 17 00:00:00 2001 From: Andy Kolibri Vendetti Date: Mon, 5 May 2025 07:25:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.