mirror of https://github.com/istio/istio.io.git
Add 1337 uid requirement (#2940)
* add a restriction about application UID 1337 * add UID to .spelling * add UIDs to the spelling file * Update content/docs/setup/kubernetes/spec-requirements/index.md Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>
This commit is contained in:
parent
33456ed1a2
commit
4a679f5607
|
@ -165,6 +165,8 @@ TLS-secured
|
|||
Tcpdump
|
||||
Tigera
|
||||
TopicList
|
||||
UID
|
||||
UIDs
|
||||
Undeploy
|
||||
VMware
|
||||
VM-based
|
||||
|
|
|
@ -29,3 +29,5 @@ cluster must satisfy the following requirements:
|
|||
`app` label is used to add contextual information in distributed
|
||||
tracing. The `app` and `version` labels are also used to add contextual information
|
||||
in the metric telemetry collected by Istio.
|
||||
|
||||
* _**Application UIDs**_: Do **not** run applications as a user with the user ID (UID) value of **1337**.
|
||||
|
|
Loading…
Reference in New Issue