Ivan Mikheykin
Ivan Mikheykin
Hello! I've never seen Ruby hooks, thank you for these examples! **Q:** _sometimes it is combined and tasks are dropped from the queue, other times all tasks are executed_ **A:**...
Hello! > CreateOrUpdate — accept a Kubernetes object. It retrieves an object, and if it already exists, computes a JSON Merge Patch and applies it (will not update .status field)....
I've answered in discussions: https://github.com/flant/shell-operator/discussions/317#discussioncomment-1572147
There is no counter for Informers right now. We can use `shell_operator_kube_snapshot_objects` and `shell_operator_kubernetes_client_request_result_total` metrics to see if deduplication will change something.
Latest changes: - Rename fields: - spec - enabled - settings - version - Refine status columns: - STATE - Enabled or Disabled (or empty fo unknown modules) - VERSION...
Done in the Deckhouse using additional module and small changes in the Addon-operator. We may integrate ModuleConfig into addon-operator and drop configuring via ConfigMap in the future.
Please, rebase.
Hello! Sorry, I've missed this one for so long. Do you have proper RBAC with rules for the Discovery kind?
In my case `ctr` was not in the default path. I've create temporary symlink on node `cd /bin ; ln -s /path/to/ctr ctr` and it works.
Some thoughts and findings: - Ansible plugin in the main ansible process opens a Unix socket to get stdout and stderr from separate processes of ansible tasks to implement live...