remove hash
This commit is contained in:
@ -321,7 +321,7 @@ kubectl apply -f https://kuboard.cn/install-script/v1.15.2/nginx-ingress.yaml
|
||||
[安装 Kuboard](/install/install-dashboard.html)
|
||||
|
||||
安装 Kuboard 之前先
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
在线体验 Kuboard
|
||||
</a>
|
||||
|
||||
|
||||
@ -450,7 +450,7 @@ kubectl delete -f https://kuboard.cn/install-script/v1.15.3/nginx-ingress.yaml
|
||||
[安装 Kuboard](/install/install-dashboard.html)
|
||||
|
||||
安装 Kuboard 之前先
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
在线体验 Kuboard
|
||||
</a>
|
||||
|
||||
|
||||
@ -449,7 +449,7 @@ kubectl delete -f https://kuboard.cn/install-script/v1.15.4/nginx-ingress.yaml
|
||||
[安装 Kuboard](/install/install-dashboard.html)
|
||||
|
||||
安装 Kuboard 之前先
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
在线体验 Kuboard
|
||||
</a>
|
||||
|
||||
|
||||
@ -444,7 +444,7 @@ kubectl delete -f https://kuboard.cn/install-script/v1.16.0/nginx-ingress.yaml
|
||||
[安装 Kuboard - 微服务管理界面](/install/install-dashboard.html)
|
||||
|
||||
安装 Kuboard 之前先
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
在线体验 Kuboard
|
||||
</a>
|
||||
|
||||
|
||||
@ -452,7 +452,7 @@ kubectl delete -f https://kuboard.cn/install-script/v1.16.1/nginx-ingress.yaml
|
||||
[安装 Kuboard - 微服务管理界面](/install/install-dashboard.html)
|
||||
|
||||
安装 Kuboard 之前先
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
在线体验 Kuboard
|
||||
</a>
|
||||
|
||||
|
||||
@ -508,7 +508,7 @@ kubectl apply -f https://kuboard.cn/install-script/v1.15.3/nginx-ingress.yaml
|
||||
[安装 Kuboard](/install/install-dashboard.html)
|
||||
|
||||
安装 Kuboard 之前先
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
<a target="_blank" :href="`http://demo.kuboard.cn/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
|
||||
在线体验 Kuboard
|
||||
</a>
|
||||
|
||||
|
||||
@ -102,8 +102,9 @@ kubectl delete -f https://kuboard.cn/install-script/kuboard.yaml
|
||||
|
||||
您可以获得管理员用户、只读用户的Token。
|
||||
|
||||
> * 如果您需要更细粒度的权限控制,请参考 [RBAC Example](/learning/k8s-advanced/sec/rbac/example.html)
|
||||
> * Kuboard beta 版已经开始支持 RBAC,请参考 [使用Kuboard管理ServiceAccount及RBAC](/learning/k8s-advanced/sec/kuboard.html)
|
||||
> * 默认情况下,您可以使用 ServiceAccount 的 Token 登录 Kuboard
|
||||
> * 您还可以 [使用 GitLab/GitHub 账号登录 Kuboard/Kubectl](/learning/k8s-advanced/sec/authenticate/install.html)
|
||||
> * 您也可以 [为用户授权](/learning/k8s-advanced/sec/kuboard.html)
|
||||
|
||||
<b-card>
|
||||
<b-tabs content-class="mt-3">
|
||||
|
||||
Reference in New Issue
Block a user