Skip to content

[Issue] Allow skipping deployment validation while deploying Kubernetes resources #1909

Open

Description

Some Kubernetes deployments, for example using Azure Service Operator to create an Azure Cache for Redis take a considerable amount of time, upwards of 10 minutes. If a deployment is using a secret from Azure Service Operator, it will remain in a not ready state until such provisioning is complete.

Meanwhile, azd deploy will eventually timeout.

We should allow the option to skip deployment validation while deploying Kubernetes resources. Kubernetes reconciliation will mean that eventually, the deployment will be running properly.

Deploying services (azd deploy)

  (x) Failed: Deploying service backend

ERROR: deploying service: failed deploying service 'backend': failing invoking action 'deploy', failed publishing service 'backend': failing invoking action 'publish', failed waiting for resource, resource 'deployment' is not ready, resource is not ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions