Skip to content

Commit

Permalink
Kubernetes 中的用户与身份认证授权
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Nov 14, 2017
1 parent 935c071 commit 4be022c
Show file tree
Hide file tree
Showing 5 changed files with 643 additions and 7 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- [3.3.5 RBAC——基于角色的访问控制](guide/rbac.md)
- [3.3.6 IP伪装代理](guide/ip-masq-agent.md)
- [3.3.7 使用kubeconfig或token进行用户身份认证](guide/auth-with-kubeconfig-or-token.md)
- [3.3.8 kubernetes中的用户与身份认证授权](guide/authentication.md)
- [3.4 访问 Kubernetes 集群](guide/access-kubernetes-cluster.md)
- [3.4.1 访问集群](guide/access-cluster.md)
- [3.4.2 使用 kubeconfig 文件配置跨集群认证](guide/authenticate-across-clusters-kubeconfig.md)
Expand Down
2 changes: 0 additions & 2 deletions concepts/deployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Deployment

[TOC]

## 简述

Deployment 为 Pod 和 ReplicaSet 提供了一个声明式定义(declarative)方法,用来替代以前的ReplicationController 来方便的管理应用。典型的应用场景包括:
Expand Down
Loading

0 comments on commit 4be022c

Please sign in to comment.