Update discovery.md (#137)

This commit is contained in:
ethfoo 2023-01-10 17:16:22 +08:00 committed by GitHub
parent 7af0c65bb7
commit aa0b06b8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -88,5 +88,5 @@
| ${_k8s.node.nodeInfo.kubeProxyVersion}| string | 非必填 | | 添加node kubeProxyVersion作为元信息 |
| ${_k8s.node.nodeInfo.operatingSystem}| string | 非必填 | | 添加node operatingSystem作为元信息 |
| ${_k8s.node.nodeInfo.architecture}| string | 非必填 | | 添加node architecture作为元信息 |
| ${_k8s.node.labels.<key>}| string | 非必填 | | 添加node的某个label作为元信息其中的`<key>`请替换成具体的label key |
| ${_k8s.node.annotations.<key>}| string | 非必填 | | 添加node的某个annotation作为元信息其中的`<key>`请替换成具体的annotation key |
| ${_k8s.node.labels.`<key>`}| string | 非必填 | | 添加node的某个label作为元信息其中的`<key>`请替换成具体的label key |
| ${_k8s.node.annotations.`<key>`}| string | 非必填 | | 添加node的某个annotation作为元信息其中的`<key>`请替换成具体的annotation key |