Compare commits

1 Commits

Author SHA1 Message Date
bad5b2ba1c Обновить README.md
All checks were successful
Lint / Run on Ubuntu (push) Successful in 19s
Tests / Run on Ubuntu (push) Successful in 27s
2025-05-05 07:25:24 +03:00

View File

@@ -4,7 +4,7 @@ A Kubernetes operator that can perform various actions:
- Place taints on nodes based on their names. - 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). - 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.). - 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. Note: This is a college graduation project, so it may contain bugs and may not follow best practices.