Commit 0c7f3c19 authored by Michelle Au's avatar Michelle Au

Add local volume bug to known issues

parent a92123c5
...@@ -873,6 +873,8 @@ API fields previously capable of storing and returning either `[]` and `null` vi ...@@ -873,6 +873,8 @@ API fields previously capable of storing and returning either `[]` and `null` vi
can now store only `null` when created using the protobuf content-type or stored in etcd using protobuf serialization (the default in 1.6). can now store only `null` when created using the protobuf content-type or stored in etcd using protobuf serialization (the default in 1.6).
JSON API clients should tolerate `null` values for such fields, and treat `null` and `[]` as equivalent in meaning unless specifically documented otherwise for a particular field. ([#44593](https://github.com/kubernetes/kubernetes/pull/44593)) JSON API clients should tolerate `null` values for such fields, and treat `null` and `[]` as equivalent in meaning unless specifically documented otherwise for a particular field. ([#44593](https://github.com/kubernetes/kubernetes/pull/44593))
* Local volume source paths that are directories and not mount points fail to unmount. A fix is in process ([#48331](https://github.com/kubernetes/kubernetes/issues/48331)).
## **Deprecations** ## **Deprecations**
### Cluster provisioning scripts ### Cluster provisioning scripts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment