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
@@ -175,28 +175,28 @@ var messagesEn = map[string]util.Message{
175
175
Description: "Unable to fetch list of subnet.",
176
176
Type: util.RetrivalFailed,
177
177
RC: 500,
178
-
Action: "Unable to list subnet. Run 'ibmcloud is subnets' to list available subnets in your account.",
178
+
Action: "Unable to list subnet. Target to appropriate region 'ibmcloud target -r <region>' and verify if 'ibmcloud is subnets' is returning the subnets. If it is not returning then raise ticket for VPC team else raise ticket for IKS team.",
179
179
},
180
180
"SubnetFindFailedWithZoneAndSubnetID": {
181
181
Code: "SubnetFindFailedWithZoneAndSubnetID",
182
182
Description: "A subnet with the specified zone '%s' and available cluster subnet list '%s' could not be found.",
183
183
Type: util.RetrivalFailed,
184
184
RC: 404,
185
-
Action: "Verify that the subnet from the cluster subnet list exists. Run 'ibmcloud is subnets' to list available subnets in your account.",
185
+
Action: "Verify that the subnet from the cluster subnet list exists. Target to appropriate region 'ibmcloud target -r <region>' and verify if 'ibmcloud is subnets' is returning the subnets. If it is not returning the matching subnet from the cluster subnet list then raise ticket for VPC team else raise ticket for IKS team.",
186
186
},
187
187
"ListSecurityGroupsFailed": {
188
188
Code: "ListSecurityGroupsFailed",
189
189
Description: "Unable to fetch list of securityGroup.",
190
190
Type: util.RetrivalFailed,
191
191
RC: 500,
192
-
Action: "Unable to list securityGroup. Run 'ibmcloud is securityGroups' to list available securityGroups in your account.",
192
+
Action: "Unable to list securityGroup. Target to appropriate region 'ibmcloud target -r <region>' and verify if 'ibmcloud is securityGroups' is returning the securityGroups. If it is not returning then raise ticket for VPC team else raise ticket for IKS team.",
Description: "A securityGroup with the specified cluster securityGroup name '%s' could not be found.",
197
197
Type: util.RetrivalFailed,
198
198
RC: 404,
199
-
Action: "Verify that the securityGroup from the cluster securityGroup list exists. Run 'ibmcloud is securityGroups' to list available securityGroups in your account.",
199
+
Action: "Verify that the cluster securityGroup exists. Target to appropriate region 'ibmcloud target -r <region>' and verify if 'ibmcloud is securityGroups' is returning the securityGroups. Please provide the output and raise ticket for IKS team.",
0 commit comments