Skip to content

v0.6.0

Compare
Choose a tag to compare
@linki linki released this 18 Sep 15:32
· 205 commits to master since this release
754349c
  • Update codebase to operator-sdk v0.10.0 #36 (@linki)

Breaking changes

  • This is a breaking change. Please run with dry run mode first
  • The operator is now limited to a single namespace per deployed instance (default from the operator-sdk)
  • Use flags instead of env vars for configuration, see README
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
    quay.io/linki/cloudformation-operator:v0.6.0 --help