shell-operator
shell-operator copied to clipboard
Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.19.11 to 0.25.1. Commits e2eb474 Update dependencies to v0.25.1 tag a290ab4 Merge pull request #112161pohly/automated-cherry-pick-of-#112129 d8d88ce Merge pull request #112107 from DangerOnTheRanger/automated-cherry-pick-of-#1... 34ce90c dependencies: update to ginkgo...
Bumps golang from 1.16-alpine3.15 to 1.19.1-alpine3.15. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
It may be useful if the commands you can run via the debug sockets include triggering operator to execute what it would normally do on a schedule synchronously at any...
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.28.4 to 0.29.2. Commits e1d6769 Update dependencies to v0.29.2 tag f14ac67 Merge pull request #122369cici37/automated-cherry-pick-of-#122193 eccd921 Merge pull request #122429 from MadhavJivrajani/tools-bump-129 06c0a98 Merge pull request #122343jpbetz/automated-cherry-pick-of-#122329...
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.11 to 5.0.12. Release notes Sourced from github.com/go-chi/chi/v5's releases. v5.0.12 Hi everyone, thank you to all contributors + reviewers. We present chi v5.0.12 which includes support for...
Bumps [github.com/go-openapi/swag](https://github.com/go-openapi/swag) from 0.22.5 to 0.22.9. Commits a05020e Bump actions/setup-go from 4 to 5 8ce930b Bump actions/checkout from 3 to 4 76c9b7c Updated dependabot frequency to monthly e181373 Added dependabot...
**Is your feature request related to a problem? Please describe.** There is no established way to install shell-operator. **Describe the solution you'd like to see** The proposed solution is a...
Bumps [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) from 0.19.5 to 0.22.0. Commits 740a7c6 fix(uuid): UUID regexes to support all-or-none '-' separator 03a91f9 ci: fixed cache warning in ci;fixed code coverage on all sub packages c62b808...
Following the examples from documentation https://flant.github.io/shell-operator/metrics/METRICS_FROM_HOOKS.html#custom-metrics When adding a metric like below: `echo '{"group":"hook1", "name":"hook_metric", "action":"add", "value":1, "labels":{"kind":"pod"}}' >> $METRICS_PATH` **Expected behavior (what you expected to happen)**: ``` # HELP...
**Expected behavior (what you expected to happen)**: Hi I was try to use mutating webhook with your [example](https://github.com/flant/shell-operator/tree/main/examples/206-mutating-webhook) **Actual behavior (what actually happened)**: After run deployment I got error ```...