operating
operating copied to clipboard
Manage k8s resources effectively with risk under control.
#### 1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".): - [ ] N - [x] Y #189 #### 2. What is...
### What would you like to be added? Operating should support operations like container recreate and pod replace. ### Why is this needed? For common cluster operations, e.g. recreate dead...
### What would you like to be added? Some special events that give much more information for general users. ### Why is this needed? We need some special events to...
### Minimal reproduce step There is a probability of being blocked when deleting a CollaSet with at lease one Pod. Following codes may have problems: 1. When ownedIDs is empty,...
### Is your feature request related to a problem? Please describe: After preparing finished in PodOpsLifecycle, we still want to hold CollaSet process for a while before it delete or...
### What would you like to be added? CollaSet reconcile should report the error returned from scaling Pods operation, and continue to do following Pod update operation. ### Why is...
Add crate-ci/typos to find and correct spelling mistakes among source code.
### Minimal reproduce step The steps to reproduce the panic are as follows: First, add a 404 error fault injection within the Operating environment. Subsequently, increase the replica count from...
### What would you like to be added? Do not deep copy k8s resources, when listing them from cache. ### Why is this needed? Deep copy is one of the...