From 9cc393c97c9f177cd534fcda2cb6987da3f67257 Mon Sep 17 00:00:00 2001 From: callmePicacho <6519288+callmepicacho@user.noreply.gitee.com> Date: Sun, 25 Jul 2021 07:30:04 +0000 Subject: [PATCH] =?UTF-8?q?update=20K8S/1=5FKubernetes=E7=AE=80=E4=BB=8B/R?= =?UTF-8?q?EADME.md.=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "K8S/1_Kubernetes\347\256\200\344\273\213/README.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/K8S/1_Kubernetes\347\256\200\344\273\213/README.md" "b/K8S/1_Kubernetes\347\256\200\344\273\213/README.md" index 3271759..4ab28ee 100644 --- "a/K8S/1_Kubernetes\347\256\200\344\273\213/README.md" +++ "b/K8S/1_Kubernetes\347\256\200\344\273\213/README.md" @@ -215,7 +215,7 @@ k8s 集群控制节点,对集群进行调度管理,接受集群外用户去 ### Controller - 确保预期的pod副本数量【ReplicaSet】 -- 无状态应用部署【Depoltment】 +- 无状态应用部署【Deployment】 - 无状态就是指,不需要依赖于网络或者ip - 有状态应用部署【StatefulSet】 - 有状态需要特定的条件 -- Gitee