Ivan Mikheykin
Ivan Mikheykin
Hello! It seems that I ran into the opposite of https://github.com/robfig/cron/issues/154. I use cron in the program that starts shell scripts on a schedule. Sometimes the program remains in the...
Hi! Great work! Learn a lot about cgo and jq internals from this project. I start my own project to use jq programs in Go projects with ability to cache...
`kubectl rollout track deployment -n namespace deployment-name` is not in sync with kubectl commands. `kubectl rollout track -n namespace deploy/deployment-name` is much better. `kubectl follow -n namespace po/application-1341511-w53r1` is much...
There are 4 execution modules in ansible and two of them has live output in werf. The most frequent use cases are: - run one command - run multiple commands...
**Is your feature request related to a problem? Please describe.** There is `allowFailure` for hooks, but Kubernetes bindings can't ignore error on subscribing to non existent kinds. The idea is...
**Is your feature request related to a problem? Please describe.** There are reports about usage the shell-operator as a tool to synchronize CR state with external APIs (e.g. #322). Experience...
**Expected behavior (what you expected to happen)**: Tini is a fit-for-all cases solution. **Actual behavior (what actually happened)**: ``` [WARN tini (8)] Tini is not running as PID 1 and...
Debug endpoint introduced by #8 can be used to set debug options in runtime: - endpoints: - /debug/settings[.json|.yaml] — list settings (DebugKeepTmpFiles, LogLevel, etc.) - /debug/settings/ GET | PUT (set...
**Is your feature request related to a problem? Please describe.** shell-operator creates resources ValidatingWebhookConfiguration without labels and annotations. **Describe the solution you'd like to see** - Add new environment variables...