<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[kubesphere安装问题记录]]></title><description><![CDATA[<p dir="auto">Internal error occurred: conversion webhook for <a href="http://notification.kubesphere.io/v2beta1" rel="nofollow ugc">notification.kubesphere.io/v2beta1</a>, Kind=Receiver failed: Post "<a href="https://notification-manager-webhook.kubesphere-monitoring-system.svc:443/convert?timeout=30s" rel="nofollow ugc">https://notification-manager-webhook.kubesphere-monitoring-system.svc:443/convert?timeout=30s</a>": x509: certificate signed by unknown authority</p>
]]></description><link>http://an.forum.genostack.com/topic/1067/kubesphere安装问题记录</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:38:50 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/1067.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 May 2024 08:13:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to kubesphere安装问题记录 on Sat, 23 Nov 2024 08:49:10 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1732351749022-63343368-47a1-427b-a972-d398f02c244e-image.png" alt="63343368-47a1-427b-a972-d398f02c244e-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">mountvolume.setup failed for volume "kubesphere-config" : configmap "kubesphere-config" not found</p>
<p dir="auto">查询报错信息，显示没有kubesphere-config这个configmap。应该去创建kubesphere-config这个configmap。但是在kubesphere的文档上看到有人调整了ks-apiserver的limit memory就好了，我查看ks-apiserver默认的limit memorr设置的是1G，我调整成4G,没想到ks-apiserver服务还真运行起来了。我也很纳闷，configmap跟内存有啥关系，先不管了。继续处理问题。</p>
]]></description><link>http://an.forum.genostack.com/post/2769</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2769</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Sat, 23 Nov 2024 08:49:10 GMT</pubDate></item><item><title><![CDATA[Reply to kubesphere安装问题记录 on Mon, 13 May 2024 10:19:57 GMT]]></title><description><![CDATA[<p dir="auto">kubectl edit validatingwebhookconfigurations <a href="http://users.iam.kubesphere.io" rel="nofollow ugc">users.iam.kubesphere.io</a><br />
查找 failurePolicy 将Fail 改为 Ignore 后重启 ks-installer ，待安装完成后再改回 Fail</p>
]]></description><link>http://an.forum.genostack.com/post/2587</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2587</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Mon, 13 May 2024 10:19:57 GMT</pubDate></item><item><title><![CDATA[Reply to kubesphere安装问题记录 on Sat, 11 May 2024 08:16:37 GMT]]></title><description><![CDATA[<pre><code>caBundle=$(kubectl get validatingWebhookConfiguration notification-manager-validating-webhook -o jsonpath='{.webhooks[0].clientConfig.caBundle}')

cat &gt; /tmp/patch.yaml &lt;&lt;EOF
spec:
  conversion:
    webhook:
      clientConfig:
        caBundle: ${caBundle}
        service:
          namespace: kubesphere-monitoring-system
EOF
              
kubectl patch crd configs.notification.kubesphere.io --type=merge --patch-file /tmp/patch.yaml
kubectl patch crd receivers.notification.kubesphere.io --type=merge --patch-file /tmp/patch.yaml
</code></pre>
]]></description><link>http://an.forum.genostack.com/post/2583</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2583</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Sat, 11 May 2024 08:16:37 GMT</pubDate></item></channel></rss>