troubleshooting deployment
This commit is contained in:
@ -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中部署应用程序时,你通常会定义三个组件:
|
||||
|
||||
* 一个**Deployment** - 这是一份用于创建你的应用程序的Pod副本的"食谱";
|
||||
|
||||
Reference in New Issue
Block a user