From 4772a243242aebb919c3fbc977ec34cd961c314d Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Thu, 20 Jul 2023 16:32:20 +0200 Subject: [PATCH] fix(docs): fix poll-interval - Signed-off-by: Christopher Haar --- content/master/concepts/pods.md | 2 +- content/v1.11/concepts/pods.md | 2 +- content/v1.12/concepts/pods.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/master/concepts/pods.md b/content/master/concepts/pods.md index cd84b0849..aa5611967 100644 --- a/content/master/concepts/pods.md +++ b/content/master/concepts/pods.md @@ -87,7 +87,7 @@ CompositeResourceDefinitions. For objects that Kubernetes can't provide a watch for, Crossplane periodically poll the resource to find it's state. The default polling rate is -one minute. Change the polling rate with the `---poll-interval` pod argument. +one minute. Change the polling rate with the `--poll-interval` pod argument. Reducing the poll-interval value causes Crossplane to poll resources more frequently. This increases the load of the Crossplane pod and diff --git a/content/v1.11/concepts/pods.md b/content/v1.11/concepts/pods.md index cd84b0849..aa5611967 100644 --- a/content/v1.11/concepts/pods.md +++ b/content/v1.11/concepts/pods.md @@ -87,7 +87,7 @@ CompositeResourceDefinitions. For objects that Kubernetes can't provide a watch for, Crossplane periodically poll the resource to find it's state. The default polling rate is -one minute. Change the polling rate with the `---poll-interval` pod argument. +one minute. Change the polling rate with the `--poll-interval` pod argument. Reducing the poll-interval value causes Crossplane to poll resources more frequently. This increases the load of the Crossplane pod and diff --git a/content/v1.12/concepts/pods.md b/content/v1.12/concepts/pods.md index cd84b0849..aa5611967 100644 --- a/content/v1.12/concepts/pods.md +++ b/content/v1.12/concepts/pods.md @@ -87,7 +87,7 @@ CompositeResourceDefinitions. For objects that Kubernetes can't provide a watch for, Crossplane periodically poll the resource to find it's state. The default polling rate is -one minute. Change the polling rate with the `---poll-interval` pod argument. +one minute. Change the polling rate with the `--poll-interval` pod argument. Reducing the poll-interval value causes Crossplane to poll resources more frequently. This increases the load of the Crossplane pod and