mirror of https://github.com/crossplane/docs.git
Merge pull request #491 from haarchri/fix/poll-interval
This commit is contained in:
commit
575de134f1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue