-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
False
-
-
We are getting errors on test execution after setting an external certificate:
time="2023-01-30T15:09:29Z" level=info msg="Running command kubectl -n istio-system patch smcp/basic --type=merge --patch=\"\nspec:\n security:\n dataPlane:\n mtls: true\n certificateAuthority:\n type: Istiod\n istiod:\n type: PrivateKey\n privateKey:\n rootCADir: /etc/cacerts\n\"" time="2023-01-30T15:09:29Z" level=info msg="Command output: \nservicemeshcontrolplane.maistra.io/basic patched" time="2023-01-30T15:09:29Z" level=info msg="Running command oc -n istio-system wait --for condition=Ready smcp/basic --timeout 180s" time="2023-01-30T15:12:29Z" level=info msg="Command output: \nerror: timed out waiting for the condition on servicemeshcontrolplanes/basic" time="2023-01-30T15:12:29Z" level=info msg="Command error: exit status 1"
As you can see after set the external cert the oc wait command fail by timeout