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
Copy file name to clipboardExpand all lines: common/messages/messages_en.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -191,12 +191,12 @@ var messagesEn = map[string]util.Message{
191
191
RC: 404,
192
192
Action: "Please verify that the start field is correct.",
193
193
},
194
-
"SubnetFindFailedWithZoneAndVPC": {
195
-
Code: "SubnetFindFailedWithZoneAndVPC",
196
-
Description: "A subnet with the specified zone '%s' and vpc '%s' could not be found.",
194
+
"SubnetFindFailedWithZoneAndSubnetID": {
195
+
Code: "SubnetFindFailedWithZoneAndSubnetID",
196
+
Description: "A subnet with the specified zone '%s' and availble cluster subnet list '%s' could not be found.",
197
197
Type: util.RetrivalFailed,
198
198
RC: 404,
199
-
Action: "Verify that the subnet exists. Run 'ibmcloud is subnets' to list available subnets in your account.",
199
+
Action: "Verify that the subnet exists. Run 'ibmcloud is subnets' to list available subnets in your account. If there exist subnet in the respective zone, then please verify if the subnet exists in the configmap using `kubectl get cm ibm-cloud-provider-data -n kube-system -o yaml`.",
err=userError.GetUserError(string(reasoncode.ErrorRequiredFieldMissing), nil, "VPCID or SubnetID or AccessPointID")
144
122
vpcs.Logger.Error("One of volumeAccessPointRequest.VPCID, volumeAccessPointRequest.SubnetID and volumeAccessPointRequest.AccessPoint is required", zap.Error(err))
0 commit comments