diff --git a/.vuepress/config-sidebar.js b/.vuepress/config-sidebar.js
index 95585fe..d2d380e 100644
--- a/.vuepress/config-sidebar.js
+++ b/.vuepress/config-sidebar.js
@@ -637,6 +637,7 @@ module.exports = {
collapsable: false,
children: [
'change-log/v1.0.x',
+ 'known-issue',
]
}
],
diff --git a/.vuepress/config.js b/.vuepress/config.js
index 0519243..1e838cd 100644
--- a/.vuepress/config.js
+++ b/.vuepress/config.js
@@ -23,36 +23,11 @@ module.exports = {
s.parentNode.insertBefore(hm, s);
})();
`],
- // ['script', {src: '/java-script-dist/swiper-4.5.0/js/swiper.min.js', async: true}],
- // ['script', {src: "https://www.googletagmanager.com/gtag/js?id=UA-144196556-1", async: true}],
- // ['script', {}, `
- // window.dataLayer = window.dataLayer || [];
- // function gtag(){dataLayer.push(arguments);}
- // gtag('js', new Date());
- // gtag('config', 'UA-144196556-1');
- // `],
['script', { 'data-ad-client': "ca-pub-3313149841665250", async: true, src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"}],
- //
+ // ['script', { type: 'text/javascript', src: '//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js', 'data-dojo-config': 'usePlainJson: true, isDebug: false'}],
+ // ['script', { type: 'text/javascript'}, `window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us20.list-manage.com","uuid":"2273cb19eb20bb1bc5b7745a7","lid":"f1f25d6dac","uniqueMethods":true}) })`],
- // ['script', { type: 'text/javascript', async: true, src: "https://bot.4paradigm.com/web/assets/ics-web-sdk-js.js" }],
- // ['script', { type: 'text/javascript' }, `
- // window.onload = function() {
- // if (window.innerWidth > 1360) {
- // console.log('init-wechat')
- // IcsWebSdkJs.init('https://bot.4paradigm.com/web/chat/15516/bbc69136-e42c-4299-ba85-c57685c8417d')
- // } else {
- // console.log('窗口太小,不显示机器人')
- // }
- // }`],
-
- //
-
- //
],
markdown: {
toc: { includeLevel: [2, 3] },
diff --git a/support/known-issue.md b/support/known-issue.md
new file mode 100644
index 0000000..81a0fa4
--- /dev/null
+++ b/support/known-issue.md
@@ -0,0 +1,21 @@
+---
+vssueId: 188
+description: 本文描述了 Kuboard 的一些已知问题
+---
+
+# 已知问题
+
+## SSE4.2 compatible
+
+Kuboard 自 v1.0.7 开始,使用 [OpenResty](https://hub.docker.com/r/openresty/openresty) 提供的基础镜像,该镜像存在的一个问题是:CPU 必须兼容 SSE4.2。这意味着,一部分 2007 年以前的 CPU 可能无法兼容。请参考 [https://github.com/openresty/docker-openresty/issues/39](https://github.com/openresty/docker-openresty/issues/39)
+
+出现此问题时,通过 kubectl 命令查看 Kuboard 日志
+``` sh
+kubectl logs -f -l k8s.eip.work/name=kuboard -n kube-system
+```
+
+
+错误提示如下所示:
+```
+Illegal instruction (core dumped) nginx -g "daemon off;"
+```