Current k8s target provider only check the error code of creating deployment while deployment creation is an async operation.
If users' template has wrong invalid image name, the deployment creation would be successful but the deployment will fail at last.
We need to monitor the deployment status then mark the instance/target state.
Current k8s target provider only check the error code of creating deployment while deployment creation is an async operation. If users' template has wrong invalid image name, the deployment creation would be successful but the deployment will fail at last.
We need to monitor the deployment status then mark the instance/target state.
Like: