Skip to content

Commit 50e7c79

Browse files
OAS Update
1 parent febe2cd commit 50e7c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/ske/v1/ske.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"type": "boolean"
236236
},
237237
"zones": {
238-
"description": "Array of DNS zones for external DNS.",
238+
"description": "Array of domain filters for externalDNS, e.g., *.runs.onstackit.cloud.",
239239
"items": {
240240
"pattern": "^(([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.)*([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.?$",
241241
"type": "string"
@@ -639,7 +639,7 @@
639639
"RuntimeError": {
640640
"properties": {
641641
"code": {
642-
"description": "- Code: `SKE_UNSPECIFIED`\n Message: \"An error occurred. Please open a support ticket if this error persists.\"\n- Code: `SKE_TMP_AUTH_ERROR`\n Message: \"Authentication failed. This is a temporary error. Please wait while the system recovers.\"\n- Code: `SKE_QUOTA_EXCEEDED`\n Message: \"Your project's resource quotas are exhausted. Please make sure your quota is sufficient for the ordered cluster.\"\n- Code: `SKE_ARGUS_INSTANCE_NOT_FOUND`\n Message: \"The provided Argus instance could not be found.\"\n- Code: `SKE_RATE_LIMITS`\n Message: \"While provisioning your cluster, request rate limits where incurred. Please wait while the system recovers.\"\n- Code: `SKE_INFRA_ERROR`\n Message: \"An error occurred with the underlying infrastructure. Please open a support ticket if this error persists.\"\n- Code: `SKE_REMAINING_RESOURCES`\n Message: \"There are remaining Kubernetes resources in your cluster that prevent deletion. Please make sure to remove them.\"\n- Code: `SKE_CONFIGURATION_PROBLEM`\n Message: \"A configuration error occurred. Please open a support ticket if this error persists.\"\n- Code: `SKE_UNREADY_NODES`\n Message: \"Not all worker nodes are ready. Please open a support ticket if this error persists.\"\n- Code: `SKE_API_SERVER_ERROR`\n Message: \"The Kubernetes API server is not reporting readiness. Please open a support ticket if this error persists.\"\n",
642+
"description": "- Code: `SKE_UNSPECIFIED`\n Message: \"An error occurred. Please open a support ticket if this error persists.\"\n- Code: `SKE_TMP_AUTH_ERROR`\n Message: \"Authentication failed. This is a temporary error. Please wait while the system recovers.\"\n- Code: `SKE_QUOTA_EXCEEDED`\n Message: \"Your project's resource quotas are exhausted. Please make sure your quota is sufficient for the ordered cluster.\"\n- Code: `SKE_ARGUS_INSTANCE_NOT_FOUND`\n Message: \"The provided Argus instance could not be found.\"\n- Code: `SKE_RATE_LIMITS`\n Message: \"While provisioning your cluster, request rate limits where incurred. Please wait while the system recovers.\"\n- Code: `SKE_INFRA_ERROR`\n Message: \"An error occurred with the underlying infrastructure. Please open a support ticket if this error persists.\"\n- Code: `SKE_REMAINING_RESOURCES`\n Message: \"There are remaining Kubernetes resources in your cluster that prevent deletion. Please make sure to remove them.\"\n- Code: `SKE_CONFIGURATION_PROBLEM`\n Message: \"A configuration error occurred. Please open a support ticket if this error persists.\"\n- Code: `SKE_UNREADY_NODES`\n Message: \"Not all worker nodes are ready. Please open a support ticket if this error persists.\"\n- Code: `SKE_API_SERVER_ERROR`\n Message: \"The Kubernetes API server is not reporting readiness. Please open a support ticket if this error persists.\"\n- Code: `SKE_DNS_ZONE_NOT_FOUND`\n Message: \"The provided DNS zone for the STACKIT DNS extension could not be found. Please ensure you defined a valid domain that belongs to a STACKIT DNS zone.\"\n",
643643
"enum": [
644644
"SKE_UNSPECIFIED",
645645
"SKE_TMP_AUTH_ERROR",

0 commit comments

Comments
 (0)