You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the disk type for GCP PodVM creation is hard coded to pd-standard.
This issue is about adding support for configurable disk types (e.g., pd-standard, pd-ssd, pd-balanced, pd-extreme) in the provider config. This is important for Intel confidential machine types like C3 or C3D, which don't support pd-standard.
The text was updated successfully, but these errors were encountered:
Currently, the disk type for GCP PodVM creation is hard coded to
pd-standard.
Fixesconfidential-containers#2258.
Signed-off-by: Beraldo Leal <bleal@redhat.com>
beraldoleal
added a commit
to beraldoleal/cloud-api-adaptor
that referenced
this issue
Jan 29, 2025
Currently, the disk type for GCP PodVM creation is hard coded to
pd-standard.
Fixesconfidential-containers#2258.
Signed-off-by: Beraldo Leal <bleal@redhat.com>
beraldoleal
added a commit
to beraldoleal/cloud-api-adaptor
that referenced
this issue
Jan 29, 2025
Currently, the disk type for GCP PodVM creation is hard coded to
pd-standard.
Fixesconfidential-containers#2258.
Signed-off-by: Beraldo Leal <bleal@redhat.com>
beraldoleal
added a commit
to beraldoleal/cloud-api-adaptor
that referenced
this issue
Feb 4, 2025
Currently, the disk type for GCP PodVM creation is hard coded to
pd-standard.
Fixesconfidential-containers#2258.
Signed-off-by: Beraldo Leal <bleal@redhat.com>
beraldoleal
added a commit
to beraldoleal/cloud-api-adaptor
that referenced
this issue
Feb 5, 2025
Currently, the disk type for GCP PodVM creation is hard coded to
pd-standard.
Fixesconfidential-containers#2258.
Signed-off-by: Beraldo Leal <bleal@redhat.com>
Currently, the disk type for GCP PodVM creation is hard coded to
pd-standard
.This issue is about adding support for configurable disk types (e.g., pd-standard, pd-ssd, pd-balanced, pd-extreme) in the provider config. This is important for Intel confidential machine types like C3 or C3D, which don't support
pd-standard
.The text was updated successfully, but these errors were encountered: