<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Common Problems and Solutions for Interconnecting with the Tanzu Kubernetes Cluster on Huawei</title><link>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/</link><description>Recent content in Common Problems and Solutions for Interconnecting with the Tanzu Kubernetes Cluster on Huawei</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2025 Huawei Technologies Co., Ltd. All rights reserved.</copyright><atom:link href="https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/index.xml" rel="self" type="application/rss+xml"/><item><title>A Pod Cannot Be Created Because the PSP Permission Is Not Created</title><link>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/a-pod-cannot-be-created-because-the-psp-permission-is-not-created/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/a-pod-cannot-be-created-because-the-psp-permission-is-not-created/</guid><description>&lt;h2 id="en-us_topic_0000001279996521_section1566717121452">Symptom&lt;/h2>
&lt;p>When huawei-csi-controller and huawei-csi-node are created, only the Deployment and DaemonSet resources are successfully created, and no Pod is created for the controller and node.&lt;/p>
&lt;h2 id="en-us_topic_0000001279996521_section1425013451056">Root Cause Analysis&lt;/h2>
&lt;p>The service account used for creating resources does not have the &amp;ldquo;use&amp;rdquo; permission of the PSP policy.&lt;/p>
&lt;h2 id="en-us_topic_0000001279996521_section164471213145410">Solution or Workaround&lt;/h2>
&lt;ol>
&lt;li>
&lt;p>Use a remote access tool, such as PuTTY, to log in to any master node in the Kubernetes cluster through the management IP address.&lt;/p></description></item><item><title>Changing the Mount Point of a Host</title><link>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/changing-the-mount-point-of-a-host/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/changing-the-mount-point-of-a-host/</guid><description>&lt;h2 id="en-us_topic_0000001279996521_section1566717121452">Symptom&lt;/h2>
&lt;p>A Pod fails to be created, and error message &amp;ldquo;mount point does not exist&amp;rdquo; is recorded in Huawei CSI logs.&lt;/p>
&lt;h2 id="en-us_topic_0000001279996521_section1425013451056">Root Cause Analysis&lt;/h2>
&lt;p>The native Kubernetes cluster in the &lt;strong>pods-dir&lt;/strong> directory of huawei-csi-node is inconsistent with the Tanzu Kubernetes cluster.&lt;/p>
&lt;h2 id="en-us_topic_0000001279996521_section164471213145410">Solution or Workaround&lt;/h2>
&lt;ol>
&lt;li>
&lt;p>Go to the &lt;strong>helm/esdk/&lt;/strong> directory and run the &lt;strong>vi values.yaml&lt;/strong> command to open the configuration file.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#4c4f69;background-color:#eff1f5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>vi values.yaml
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>
&lt;p>Change the value of &lt;strong>kubeletConfigDir&lt;/strong> to the actual installation directory of kubelet.&lt;/p></description></item><item><title>Changing the Default Port of the livenessprobe Container</title><link>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/changing-the-default-port-of-the-livenessprobe-container/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/changing-the-default-port-of-the-livenessprobe-container/</guid><description>&lt;h2 id="en-us_topic_0000001279996521_section1566717121452">Symptom&lt;/h2>
&lt;p>The livenessprobe container of the huawei-csi-controller component keeps restarting.&lt;/p>
&lt;h2 id="en-us_topic_0000001279996521_section1425013451056">Root Cause Analysis&lt;/h2>
&lt;p>The default port (9808) of the livenessprobe container of huawei-csi-controller conflicts with the existing vSphere CSI port of Tanzu.&lt;/p>
&lt;h2 id="en-us_topic_0000001279996521_section164471213145410">Solution or Workaround&lt;/h2>
&lt;p>Change the default port of the livenessprobe container to an idle port.&lt;/p>
&lt;ol>
&lt;li>
&lt;p>Go to the &lt;strong>helm/esdk&lt;/strong> directory and run the &lt;strong>vi values.yaml&lt;/strong> command to open the configuration file.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#4c4f69;background-color:#eff1f5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>vi values.yaml
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>
&lt;p>Change the default value &lt;strong>9808&lt;/strong> of &lt;strong>controller.livenessProbePort&lt;/strong> to an idle port, for example, &lt;strong>9809&lt;/strong>.&lt;/p></description></item><item><title>Failed to Create an Ephemeral Volume</title><link>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/failed-to-create-an-ephemeral-volume/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://huawei.github.io/css-docs/en/v4.11.0/troubleshooting/common-problems-and-solutions-for-interconnecting-with-the-tanzu-kubernetes-cluster/failed-to-create-an-ephemeral-volume/</guid><description>&lt;h2 id="en-us_topic_0000001279996521_section1566717121452">Symptom&lt;/h2>
&lt;p>A 
&lt;a href="https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes" target="_blank">generic ephemeral volume&lt;/a>
 fails to be created, and the error message &lt;strong>PodSecurityPolicy: unable to admit pod: [spec.volumes[0]: Invalid value: &amp;ldquo;ephemeral&amp;rdquo;: ephemeral volumes are not allowed to be used spec.volumes[0]&lt;/strong> is displayed.&lt;/p>
&lt;h2 id="en-us_topic_0000001279996521_section1425013451056">Root Cause Analysis&lt;/h2>
&lt;p>The current PSP policy does not contain the permission to use ephemeral volumes.&lt;/p>
&lt;h2 id="en-us_topic_0000001279996521_section164471213145410">Solution or Workaround&lt;/h2>
&lt;p>Add the permission to use ephemeral volumes to the default PSP &lt;strong>pks-privileged&lt;/strong> and &lt;strong>pks-restricted&lt;/strong>. The following is an example of modifying &lt;strong>pks-privileged&lt;/strong>:&lt;/p></description></item></channel></rss>