From aa0b06b8d0d905c451b7e481833bcbeb3e98b2bf Mon Sep 17 00:00:00 2001 From: ethfoo Date: Tue, 10 Jan 2023 17:16:22 +0800 Subject: [PATCH] Update discovery.md (#137) --- docs/reference/global/discovery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/global/discovery.md b/docs/reference/global/discovery.md index 4a65d24..60c1808 100644 --- a/docs/reference/global/discovery.md +++ b/docs/reference/global/discovery.md @@ -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.}| string | 非必填 | | 添加node的某个label作为元信息,其中的``请替换成具体的label key | -| ${_k8s.node.annotations.}| string | 非必填 | | 添加node的某个annotation作为元信息,其中的``请替换成具体的annotation key | +| ${_k8s.node.labels.``}| string | 非必填 | | 添加node的某个label作为元信息,其中的``请替换成具体的label key | +| ${_k8s.node.annotations.``}| string | 非必填 | | 添加node的某个annotation作为元信息,其中的``请替换成具体的annotation key |