Using PR #1114, after Arktos cluster gets running, it takes a while to start the mizar-daemon, and once it gets running, we need to delete the mizar-operator pod for the first time. After CNI deployment, VPC and subnet are stuck in init state. Once the mizar-operator pod is recreated, all the network resources gets in provisioned state.
Once we redeploy the cluster, all the network resources gets provisioned.
This PR will resolve the above issue to avoid deletion of the mizar-operator pod for the first time.
What type of PR is this? Fixes
What this PR does / why we need it: