github flant/shell-operator v1.0.4
1.0.4 (2021-10-18)

latest releases: v1.5.1, v1.5.0, v1.4.16...
3 years ago

Changelog

  • ref: migrate to Go 1.16
  • fix(tests): use cache.Sync instead sleep (#326)
  • fix(examples): fix python3 installation and hook.py (#319, #320)
  • fix(docs): note about openapi spec and conversion webhook (#313)

See milestone 1.0.4.

Installation and usage

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

Dockerfile

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