github flant/shell-operator v1.0.2
1.0.2 (2021-08-17)

latest releases: v1.4.12, v1.4.11, v1.4.10...
3 years ago

Changelog

  • feat: add ignoreIfMissing flag for Kubernetes Patches from hooks (#308)

go hooks improvements

  • Collect patches in PatchCollector, ​remove ObjectPatcher interface.
  • Implement UpdateMonitor method to change kind and apiVersion of an existing monitor.

Full Changelog: v1.0.1...v1.0.2
Milestone: 1.0.2

Installation and usage

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

Dockerfile

FROM flant/shell-operator:v1.0.2
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.