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: pkg/core/localize/locales/en/cmd/kafka.en.toml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,10 @@ one = 'name is required. Run "rhoas kafka create --name my-kafka"'
317
317
one = 'Kafka instance "{{.Name}}" already exists'
318
318
319
319
[kafka.create.error.oneinstance]
320
-
one = 'unable to create new Kafka instance. Only one instance is allowed with an eval account'
320
+
one = 'maximum number of allowed instances reached. Please review all instances that your user has access to and delete one or more instances before creating a new one.'
321
+
322
+
[kafka.create.error.temporary.unavailable]
323
+
one = 'unable to create new Kafka instance at this time in specified cloud provider and region. Please try again later or choose another region.'
0 commit comments