# Unable to Create Virtualized Cluster

## Problem

You may run into an error when trying to create a new virtualized cluster that informs you that cluster creation failed because one or more of the Private Cloud Director services are not healthy. The error message might at times say "Hypervisor services are not ready"

## Environment

* Private Cloud Director Virtualization - v2025.6 and Higher
* Self-Hosted Private Cloud Director Virtualization - v2025.4 and Higher

## Cause

The most common case of this is when you attempt to create a new virtualized cluster **immediately after making updates to your cluster blueprint**. Changes to cluster blueprint may require a service restart of compute and / or networking service. If the service is being restarted, the service status health API will report the service to be unhealthy, which will result in this error when creating a cluster.

Note however that you may also run into this error because the one or more of Private Cloud Director services are currently experiencing an issue or an outage.

## Diagnostics

Refer to the service health dashboard for details on which services may currently be unhealthy.

## Resolution

Refer to the debugging documentation for the individual service to identify the problem if any.

Once all the services are healthy, retry the operation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pcd/generic/unable-to-create-virtualized-cluster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
