This message was deleted.
# epinio
a
This message was deleted.
b
Epinio is simply arranging for the kube
Secret
to be mounted as directory into the application
Pod
. Any kind of synchronization due to changes in the Secret is likely done by a kubernetes core controller watching the secret for changes and then making them available in the pod. Kubernetes documentation may address this operation, i.e. speed of the watch loop, and the like. Without having having read K docs I suspect that the user cannot influence the speed of updating.
s
thanks, good to know where to look 😉
b
you are welcome
b
yes, this seems to be relevant: https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod it will be a configuration parameter of the kubelet
b
👀 ... Yes, that looks to be the docs I speculated about. Thanks @broad-dream-81849 for finding it.