Skip to content

Commit

Permalink
Merge pull request #491 from haarchri/fix/poll-interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Jul 20, 2023
2 parents 450ea44 + 4772a24 commit 575de13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/master/concepts/pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/v1.11/concepts/pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/v1.12/concepts/pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 575de13

Please sign in to comment.