Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

v0.4.1

Compare
Choose a tag to compare
@namratachaudhary namratachaudhary released this 18 Sep 07:38
· 1 commit to release-0.4 since this release
d1bd15b

This release version includes bugfixes -

  • Error handling when new CRDs are created after deploying operator (relevant in the case of istio-automanagement)
  • Prevents operator from going into an infinite reconcile loop when no oneagent pods are deployed
  • Creating appropiate Istio objects for HTTP and IP communication endpoints

Known Limitation

The enableIstio feature requires to restart the operator if Istio was deployed after deployment of the operator.

Background: This happens because the cache maintained by controller-runtime's Kubernetes Client is not dynamic. The bug for same is reported here kubernetes-sigs/controller-runtime#321 and the fix for same is currently a work in progress kubernetes-sigs/controller-runtime#554 .