From 6b0c66652002d178af6bdb1b0f7c2eaa7aa27e0c Mon Sep 17 00:00:00 2001 From: Dawn W <51414965+DawnWood-Docker@users.noreply.github.com> Date: Fri, 28 Jun 2019 16:36:09 -0700 Subject: [PATCH] Update release-notes.md --- ee/ucp/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index 7a57ce2b7f..0ca284a0fd 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -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" ```