-
Bug
-
Resolution: Done
-
Blocker
-
maistra-2.0.1
-
None
-
None
I'm installing the latest nightly build from "quay.io/maistra/servicemesh-olm-cs:latest-2.0-qe" catalog.
Currently it's installing following operator:
"quay.io/maistra/istio-rhel8-operator@sha256:4959421d38132e5ebe07202af74ff81d079bd62247dce234e367ffaeb1c192b7"
Repro steps:
- install OCP 4.5 cluster
- add catalog source pointing to "quay.io/maistra/servicemesh-olm-cs:latest-2.0-qe" image
- create istio-system NS and install operator from created catalog source
- create following SMCP in istio-system NS
apiVersion: maistra.io/v2 kind: ServiceMeshControlPlane metadata: name: install-istio-system spec: version: v2.0 security: dataPlane: mtls: true automtls: true controlPlane: mtls: true tracing: type: None addons: kiali: name: kiali enabled: false
Result:
ReconcileError
Error processing component mesh-config: Internal error occurred: failed calling webhook "validation.istio.io": Post https://istiod-install-istio-system.istio-system.svc:443/validate?timeout=30s: x509: certificate signed by unknown authority: error: Internal error occurred: failed calling webhook "validation.istio.io": Post https://istiod-install-istio-system.istio-system.svc:443/validate?timeout=30s: x509: certificate signed by unknown authority
Istio operator log is attached
- is related to
-
MAISTRA-2053 Error processing component security: Internal error occurred: failed calling webhook \"pilot.validation.istio.io\ after upgrading from 2.0.0 to 2.0.1
- Closed
- relates to
-
MAISTRA-2007 Webhook CABundle not updated when istiod configured to use custom private key
- Closed
- mentioned in
-
Page Loading...