From 5cf86e9b46667939a2e611487f2b1f770d74d329 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Tue, 12 Dec 2017 13:29:37 +0530 Subject: [PATCH] document crd latency --- .../extend-api-custom-resource-definitions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md b/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md index d03f84254b..b9b833e963 100644 --- a/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md +++ b/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md @@ -74,6 +74,10 @@ This endpoint URL can then be used to create and manage custom objects. The `kind` of these objects will be `CronTab` from the spec of the CustomResourceDefinition object you created above. +Please note that it might take a few seconds for the endpoint to be created. +You can watch the `Established` condition of your CustomResourceDefinition +to be true or watch the discovery information of the API server for your +resource to show up. ## Create custom objects