Release 20191114.3-dev
Installation of cops-controller version 20191114.3-dev
# Install CRDs
kubectl apply -f https://raw.githubusercontent.com/conplementAG/cops-controller/20191114.3-dev/deployment/crds/copsnamespace.crd.yaml
# Install the Helm chart
helm upgrade --install --set image.tag=20191114.3-dev cops-controller https://github.com/conplementAG/cops-controller/releases/download/20191114.3-dev/cops-controller-20191114.3-dev.tgz Prerequisites
- kubectl is installed
- helm cli is installed
- access to https://hub.docker.com/
Changes:
- f2cb9b6 Merge pull request #8 from conplementAG/feature/service-accounts
- 2cd0bd3 test: name simplification
- 0f5cc8f feat: strong validation of service account schema using crd validation
- 7cc55dc test: additional rbac tests
- e4efdfa test: helm and cops controller setup now optional to support running tests in prod
- 686712b test: testing valid and invalid crd definitions, testing namespace rbac with updating
- d2127f5 feat: service account support, rename of roles and bindings for clarity
- 46ad394 test: failing test for service account functionality
- e3900a4 fix: remove elasticsearch log format
This list of changes was auto generated.