Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

My personal environment is running K8s 1.8.5 and the Windriver environment K8s 1.8.10

Info

Fix impact:

Secret, configMap, downwardAPI and projected volumes will be mounted as read-only volumes. Applications that attempt to write to these volumes will receive read-only filesystem errors. Previously, applications were allowed to make changes to these volumes, but those changes were reverted at an arbitrary interval by the system. Applications should be re-configured to write derived files to another location.


Here is the bug that led me to the discovery: https://github.com/coreos/bugs/issues/2384

...