Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangpeng14 committed Nov 1, 2020
1 parent db9a52b commit f75d0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
105. [Grafana Tanka:比K8S YAML声明更简洁](https://github.com/yangpeng14/DevOps/blob/master/kubernetes/GrafanaTanka:%E6%AF%94K8S-YAML%E5%A3%B0%E6%98%8E%E6%9B%B4%E7%AE%80%E6%B4%81.md)
106. [kubelet 原理解析六:垃圾回收](https://github.com/yangpeng14/DevOps/blob/master/kubernetes/kubelet%E5%8E%9F%E7%90%86%E8%A7%A3%E6%9E%90%E5%85%AD:%E5%9E%83%E5%9C%BE%E5%9B%9E%E6%94%B6.md)
107. [K8S 问题排查:cgroup 内存泄露问题](https://github.com/yangpeng14/DevOps/blob/master/kubernetes/K8S%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5:cgroup%E5%86%85%E5%AD%98%E6%B3%84%E9%9C%B2%E9%97%AE%E9%A2%98.md)
108. [Kind:一个容器创建K8S开发集群](https://github.com/yangpeng14/DevOps/blob/master/kubernetes/Kind:%E4%B8%80%E4%B8%AA%E5%AE%B9%E5%99%A8%E5%88%9B%E5%BB%BAK8S%E5%BC%80%E5%8F%91%E9%9B%86%E7%BE%A4.md)

### 五、Istio知识
1. [Istio Helm 安装](https://github.com/yangpeng14/DevOps/blob/master/istio/istio-Helm-%E5%AE%89%E8%A3%85.md)
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/Kind:一个容器创建K8S开发集群.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ kind create cluster

列出K8S集群pods

![](../img/kind-list-image.png)
![](../img/kind-pods-all.png)

```bash
# 定义集群名称
Expand Down

0 comments on commit f75d0b4

Please sign in to comment.