shell-operator icon indicating copy to clipboard operation
shell-operator copied to clipboard

Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster

Results 123 shell-operator issues
Sort by recently updated
recently updated
newest added

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. Release notes Sourced from actions/cache's releases. v3.0.6 What's Changed Add example for clojure lein project dependencies by @​shivamarora1 in PR actions/cache#835 Update toolkit's cache...

dependencies
github_actions

#### Overview Reuse watch and cache for informers #### What this PR does / why we need it The most resources shell-operator consume to encode and decode watch events. ####...

As per https://github.com/flant/shell-operator/blob/main/BINDING_VALIDATING.md document, hook might receive multiple binding contexts, but there is no way to return multiple ValidatingResponse objects back to shell-operator **Expected behavior (what you expected to happen)**:...

Bumps golang from 1.16-alpine3.15 to 1.17.13-alpine3.15. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.16-alpine3.15&new-version=1.17.13-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...

dependencies
docker

**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...

#### Overview Dynamic resource informer created with disabled eventCbEnabled flag, so created resources in new namespace does not handled. #### What this PR does / why we need it Fix...

**Expected behavior (what you expected to happen)**: Hook script is configured to use snapshots and so gets complete copies of resources from the cluster. A resource, in this case a...

In the patch collector, when using the delete operation, we have a poll that ensures that a resource has been deleted. It might fail if a pod is recreated within...

Bumps [github.com/go-chi/chi](https://github.com/go-chi/chi) from 4.0.3+incompatible to 4.1.2+incompatible. Release notes Sourced from github.com/go-chi/chi's releases. v4.1.2 fix that handles MethodNotAllowed with path variables, thank you @​caseyhadden for your contribution fix to replace nested...

dependencies
go

**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...

enhancement