Merge pull request #22116 from tengqm/tune-webui-list

Tune the code snippet in the list environment
pull/22143/head
Kubernetes Prow Robot 2020-06-28 10:50:13 -07:00 committed by GitHub
commit 8143a3f8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -101,12 +101,12 @@ If needed, you can expand the **Advanced options** section where you can specify
Example:
```conf
release=1.0
tier=frontend
environment=pod
track=stable
```
```conf
release=1.0
tier=frontend
environment=pod
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.