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

**Expected behavior (what you expected to happen)**: validating webhook with DELETE should work **Actual behavior (what actually happened)**: Validating webhook is limited to "create, update or *". **Steps to reproduce**:...

**Is your feature request related to a problem? Please describe.** Big setups such as Deckhouse have hooks with similar bindings. These bindings lead to multiple Informers with the same config....

enhancement

The problem occurs with binding to kind with big objects, for example, Helm releases‘ ConfigMaps. Shell-operator has `keepFullObjectsInMemory` option to save in memory only the result of applying `jqFilter`. It...

enhancement

**context** We have two different apiVersions for our aurora dababase crds: - aurora.rds.cloud/v1beta1 - aurora.rds.cloud/v1beta2 And have two startup.sh for both `v1beta1` & `v1beta2`, but in different folder. ![Screen Shot...

question

**Expected behavior (what you expected to happen)**: Operator executor does not hang when hook application is printing too long lines. or The current limit of 64K line is documented in...

bug

Seems like quickstart is not really so quick, we need to do so many things, especially those about docker registries and so on Will be so nice to have something...

enhancement

monitored configMaps too. `{ "configVersion":"v1", "kubernetes":[ { "apiVersion": "events.k8s.io/v1beta1", "kind": "Event", "namespace": { "nameSelector": { "matchNames": ["example-monitor-events"] } }, "fieldSelector": { "matchExpressions": [ { "field": "metadata.namespace", "operator": "Equals", "value": "example-monitor-events"...

good first issue
example

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like to see** Automatic way to insert a field from the Secret to the field in...

The problem: ``` - name: pods-in-separate-queue apiVersion: v1 kind: Pod # default behaviour executeHookOnSynchronization: true executeHookOnEvent: ["Added"] queue: pods-queue ``` If this hook fails on Synchronization, "Added" tasks will be...

``` ++ jq -r .snapshots.pods + pods='[ { "filterResult": { "hostIP": null, "initialHostIP": "192.168.xxx.yyy", "name": "NAME-6c97fcc5f4-mh6f5" } }, { "filterResult": { "hostIP": "192.168.199.135", "initialHostIP": null, "name": "NAME-6c97fcc5f4-mnx2c" } } ]'...

bug