Feroze Mohideen 2 vuotta sitten
vanhempi
sitoutus
545c76792a
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      dashboard/src/lib/clusters/constants.ts

+ 5 - 0
dashboard/src/lib/clusters/constants.ts

@@ -1372,6 +1372,11 @@ const UNAVAILABLE_AVAILABILITY_ZONES: PreflightCheckResolution = {
   title: "Addressing unavailable availability zones",
   title: "Addressing unavailable availability zones",
   subtitle:
   subtitle:
     "You will need to select another region, as your AWS account does not support enough Availability Zones in the region specified.",
     "You will need to select another region, as your AWS account does not support enough Availability Zones in the region specified.",
+  steps: [
+    {
+      text: "Select another region from the region dropdown and retry the provision.",
+    },
+  ],
 };
 };
 const OVERLAPPING_CIDR_RESOLUTION: PreflightCheckResolution = {
 const OVERLAPPING_CIDR_RESOLUTION: PreflightCheckResolution = {
   title: "Preventing Overlapping CIDR Blocks",
   title: "Preventing Overlapping CIDR Blocks",