github flant/shell-operator v1.0.0
1.0.0 (2021-03-31)

latest releases: v1.4.7, v1.4.6, v1.4.5...
3 years ago

Changelog

features

  • feat: object manipulation framework (hooks without kubectl) (#239)
  • feat: execution rate settings for hook (#257)

fixes

  • fix: fresh objects for Synchronization executions (#261)

small improvements

  • timeout settings for Kubernetes client (#266, #264)
  • improve klog wrapper (#269)

Installation and usage

Create an image with your hooks added into the /hooks directory:

Dockerfile

FROM flant/shell-operator:v1.0.0
ADD pods-hook.sh /hooks

Push to registry, create rbac and create a Pod or Deployment:

apiVersion: v1
kind: Pod
metadata:
  name: shell-operator
spec:
  containers:
  - name: shell-operator
    image: registry.mycompany.com/shell-operator:monitor-pods
    imagePullPolicy: Always
  serviceAccountName: monitor-pods-acc

Check README for more information and /examples for the inspiration.

Don't miss a new shell-operator release

NewReleases is sending notifications on new releases.