Skip to content

0.11.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@scholzj scholzj released this 22 Feb 17:41

Changes since RC1

  • Fixes to YAML files
  • Documentation updates
  • Minor improvements to watching of all namespaces

Upgrading from Strimzi 0.10.0

  • Backup the existing Cluster Operator resources
  • Update the Cluster Operator. You will need to modify the installation files according to the namespace the Cluster Operator is running in. For more information, see strimzi documentation.
  • If you modified one or more environment variables in your existing Cluster Operator Deployment, edit
    install/cluster-operator/050-Deployment-cluster-operator.yaml to reflect the changes that you made.
  • When you have an updated configuration you can deploy it along with the rest of the install resources:
kubectl apply -f install/cluster-operator
  • Wait for the associated rolling updates to complete.
  • Update existing resources to cope with deprecated custom resource properties.
    • If you have Kafka resources that specify Kafka.spec.topicOperator, rewrite them to use Kafka.spec.entityOperator.topicOperator instead.