Skip to content

Commit

Permalink
Fix secrets docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Aug 23, 2018
1 parent 1ea8f96 commit 4b82e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/configuration/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ files.

When a secret being already consumed in a volume is updated, projected keys are eventually updated as well.
Kubelet is checking whether the mounted secret is fresh on every periodic sync.
However, it is using its local ttl-based cache for getting the current value of the secret.
However, it is using its local cache propagated via watch for getting the current value of the secret.
As a result, the total delay from the moment when the secret is updated to the moment when new keys are
projected to the pod can be as long as kubelet sync period + ttl of secrets cache in kubelet.
projected to the pod can be as long as kubelet sync period + watch propagation delay.

{{< note >}}
**Note:** A container using a Secret as a
Expand Down

0 comments on commit 4b82e74

Please sign in to comment.