We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023ade8 commit cbda362Copy full SHA for cbda362
manager/install.sh
@@ -422,7 +422,12 @@ function validate_cortex() {
422
echo "operator curl response:"
423
curl --max-time 3 "${operator_endpoint}/verifycortex"
424
fi
425
+
426
+ echo "additional networking events:"
427
+ kubectl get events -n=istio-system --field-selector involvedObject.kind=Service --sort-by=".metadata.managedFields[0].time" | tail -10
428
+ kubectl get events -n=istio-system --field-selector involvedObject.kind=Pod --sort-by=".metadata.managedFields[0].time" | tail -10
429
echo
430
431
exit 1
432
433
0 commit comments