troubleshooting deployment

This commit is contained in:
huanqing.shao
2019-12-10 23:43:55 +08:00
parent 88a2cb4aed
commit 89665845cd
2 changed files with 13 additions and 2 deletions

View File

@ -33,8 +33,16 @@ meta:
}
.ts-deployment pre {
border-radius: 0;
margin: 0;
border-radius: 0 !important;
margin: 0 !important;
}
.ts-deployment .carousel-indicators .active {
background-color: red;
}
.ts-deployment .carousel-indicators li {
opacity: 1 !important;
}
/* .ts-deployment .carousel-control-prev {
height: calc(100% - 59px);
@ -71,6 +79,8 @@ meta:
![Kubernetes教程_Flow chart to debug deployments in Kubernetes](./deployment.assets/f65ffe9f61de0f4a417f7a05306edd4c.png)
## 背景假设
当你希望在Kubernetes中部署应用程序时你通常会定义三个组件
* 一个**Deployment** - 这是一份用于创建你的应用程序的Pod副本的"食谱"