Update release-notes.md

This commit is contained in:
Dawn W 2019-06-28 16:36:09 -07:00 committed by GitHub
parent 4efc3f4b3f
commit 6b0c666520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -223,9 +223,9 @@ https://github.com/kubernetes/kubernetes/pull/67432
namespace: kube-system
```
- iSCSI on Kubernetes doesn't work on SLES15
- Using iSCSI on a SLES 15 Kubernetes cluster results in failures
- Using Kubernetes iSCSI on SLES 15 hosts results in failures. Kubelet logs might have errors similar to the following, when there's an attempt to mount the iSCSI based persistent volume:
- Using Kubernetes iSCSI on SLES 15 hosts results in failures. Kubelet logs might have errors similar to the following, when there's an attempt to attach the iSCSI based persistent volume:
```
{kubelet ip-172-31-13-214.us-west-2.compute.internal} FailedMount: MountVolume.WaitForAttach failed for volume "iscsi-4mpvj" : exit status 127"
```