Merge pull request #22116 from tengqm/tune-webui-list
Tune the code snippet in the list environmentpull/22143/head
commit
8143a3f8e9
|
@ -101,12 +101,12 @@ If needed, you can expand the **Advanced options** section where you can specify
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```conf
|
```conf
|
||||||
release=1.0
|
release=1.0
|
||||||
tier=frontend
|
tier=frontend
|
||||||
environment=pod
|
environment=pod
|
||||||
track=stable
|
track=stable
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Namespace**: Kubernetes supports multiple virtual clusters backed by the same physical cluster. These virtual clusters are called [namespaces](/docs/tasks/administer-cluster/namespaces/). They let you partition resources into logically named groups.
|
- **Namespace**: Kubernetes supports multiple virtual clusters backed by the same physical cluster. These virtual clusters are called [namespaces](/docs/tasks/administer-cluster/namespaces/). They let you partition resources into logically named groups.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue