Compare commits
1 Commits
0.9-pretes
...
main
Author | SHA1 | Date | |
---|---|---|---|
bad5b2ba1c |
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user