Closed planetf1 closed 3 years ago
To remove istio injection
kubectl label namespace egeria istio-injection=disabled --overwrite
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions.
still valid
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 20 days if no further activity occurs. Thank you for your contributions.
The VDC environment will need significant re-work to adapt to the many changes made in Egeria to better support metadata integration. Additionally the helm charts used for the lab & a simple base config have evolved to better support different types of services, exposing of ports, persistent storage etc.
As such specific incremental changes to the current - now old - charts do not really add value.
As such closing for now
If auto sidecar injection of istio is enabled at a namespace level, setting istio: enabled: false
isn't sufficient, since no annotations will be made to a pod definition to prevent this
Instead we need to actually pass the false value, not skip the annotation
ie
It's probably better to
Istio does allow default configuration at the namespace level -- this annotation will just override in a pod specific way.
Mitigation - to stop using istio now, remove the annotation from the namespace.