Skip to content

Commit 25a3ad6

Browse files
authored
Update README.md
1 parent 73f0dc6 commit 25a3ad6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ When persistent cache is enabled, the SDK will keep the last known good configur
9898
case of App Configuration server being unreachable, the latest configurations at the persistent cache is loaded to the
9999
application to continue working.
100100

101-
Please note that PersistentCacheDirectory (or cache file) is not deleted in any case. For example, consider the case when a kubernetes pod is
102-
restarted and the cache file (appconfiguration.json) was stored in ephemeral volume of the pod. As pod gets restarted, kubernetes destroys the ephermal volume in the pod, hence the cache file gets deleted. So, make sure you use the persistent volume to store the cache file.
101+
Please ensure that the cache file is not lost or deleted in any case. For example, consider the case when a kubernetes pod is restarted and the cache file (appconfiguration.json) was stored in ephemeral volume of the pod. As pod gets restarted, kubernetes destroys the ephermal volume in the pod, as a result the cache file gets deleted. So, make sure that the cache file created by the SDK is always stored in persistent volume by providing the correct absolute path of the persistent directory.
103102

104103
### (Optional)
105104

0 commit comments

Comments
 (0)