This commit is contained in:
huanqing.shao
2021-04-18 17:31:13 +08:00
parent 936b6d99b5
commit b9da58ca64
18 changed files with 141 additions and 5 deletions

View File

@@ -387,10 +387,10 @@ let sidebar = {
title: '用户授权',
collapsable: true,
children: [
'k8s-advanced/sec/kuboard',
'k8s-advanced/sec/rbac/user-namespace.html',
'k8s-advanced/sec/rbac/list-namespace.html',
'k8s-advanced/sec/rbac/logs.html',
// 'k8s-advanced/sec/kuboard',
'k8s-advanced/sec/rbac/auth-namespace.html',
// 'k8s-advanced/sec/rbac/list-namespace.html',
// 'k8s-advanced/sec/rbac/logs.html',
'k8s-advanced/sec/rbac/api',
'k8s-advanced/sec/rbac/default',
'k8s-advanced/sec/rbac/escalation',

View File

@@ -26,6 +26,10 @@ networking:
serviceSubnet: "10.96.0.0/16"
podSubnet: "${POD_SUBNET}"
dnsDomain: "cluster.local"
dns:
type: CoreDNS
imageRepository: swr.cn-east-2.myhuaweicloud.com
imageTag: 1.8.0
---
apiVersion: kubelet.config.k8s.io/v1beta1