v1.0.0-beta.10
Changelog
features
- replace in-process zombie reaper with tini #175
--kube-server
flag to specify Kubernetes API server (kubectl --server) #167
tests
fixes
addon-operator
- 'wait' behavior for tasks #174
Installation and usage
Create image with your hooks added into /hooks directory:
Dockerfile
FROM flant/shell-operator:v1.0.0-beta.10
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 inspiration.