-
Bug
-
Resolution: Done
-
Critical
-
maistra-2.0.0
-
None
-
None
-
MAISTRA 2.0.0
2.0 SMCP ignores oc patch --type merge -p commands
After installing OSSM latest-2.0-qe SMCP on OCP 4.5.7, all previous working oc patch commands are not working in 2.0 SMCP.
For example,
$ oc patch -n istio-system smcp/basic-install --type merge -p '{"spec":{"istio":{"gateway":{"istio-ingressgateway":
{"ior_enabled":"true"}}}}}'
servicemeshcontrolplane.maistra.io/basic-install patched (no change)
$ oc get -n istio-system smcp/basic-install -o yaml | grep ior_enabled
{"apiVersion":"maistra.io/v1","kind":"ServiceMeshControlPlane","metadata":{"annotations":{},"name":"basic-install","namespace":"istio-system"},"spec":{"istio":{"gateways":{"istio-egressgateway":
,"istio-ingressgateway":{"autoscaleEnabled":false,"ior_enabled":false}},"grafana":{"enabled":true},"kiali":{"enabled":true},"mixer":{"policy":
{"autoscaleEnabled":false},"telemetry":{"autoscaleEnabled":false}},"pilot":{"autoscaleEnabled":false,"traceSampling":100},"tracing":{"enabled":true,"jaeger":
{"template":"all-in-one"}}},"version":"v2.0"}}
f:ior_enabled: {}
This is blocking QE testing any SMCP updates running in a scripts
- is incorporated by
-
MAISTRA-1685 IOR helm template integration is embedded within the istio-ingressgateway configuration
- Closed
-
MAISTRA-1348 Enable IOR by default
- Closed
-
MAISTRA-1400 IOR should not rely on Galley
- Closed
- is related to
-
MAISTRA-1774 Cleanup SMCP v2 struct
- Closed