1、Role和ClusterRole 1)Role Role 只能用于授予单个命名空间内的资源的访问权限 demo: pod只读权限(授予“default”命名空间中的权限) apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: namespace: default name: pod-reader rules: - apiGroups: [""] # "" indicates the core API group resou...
下载地址 https://github.com/ctripcorp/apollo/releases apollo-configservice-1.4.0-github.zip apollo-adminservice-1.4.0-github.zip apollo-portal-1.4.0-github.zip server-01 configservice [root@k8s-master apollo-release]# cat configservice/config/application-github.properties # DataSource spring.datasource.url = jdbc...