[enhancement] check dns pod state as part of crc status operation #3852
Labels
kind/enhancement
New feature or request
os/macos
os/windows
points/1
preset/microshift
priority/minor
This seems to be the root cause for #3851
When we initialize a
microshift
cluster we ensure the state of the cluster asrunning
then we deploy and expose a service to test the connectivity, when we do it manually it works as expected, but when we run that through an automation it fails with:The code for
crc status
on microshift checksoc get node
but does not take care about the state of the pods running within the cluster.On this scenario we expected dns is working fine as
crc status
isrunning
but it is not the case, so it may worthwhile to check the state of the dns to ensure therunning
state of the cluster.The text was updated successfully, but these errors were encountered: