Skip to content

Commit

Permalink
doc: fix typo (#620)
Browse files Browse the repository at this point in the history
Signed-off-by: niejiangang <[email protected]>
  • Loading branch information
NeJan2020 authored Feb 2, 2024
1 parent f004c06 commit 584e983
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions collector/pkg/metadata/metaprovider/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ Examples are as follows:
enable: true
#...
metadata_provider_config:
# confirm that metedata_provider is deployed before you enable the configuration
# deploy metedata_provider by `kubectl create -f deploy/metadata-provider/metadata-provider-deploy.yml`
enable: true
# set `enable_trace` as true only if you need to debug the metadata from metadata_provider
# each k8sMetadata fetched from metadata_provider will be printed into console
enable_trace: false
# check service endpoint by `kubectl get endpoints metadata-provider -n kindling``
endpoint: http://metadata-provider.kindling:9504
# confirm that metedata_provider is deployed before you enable the configuration
# deploy metedata_provider by `kubectl create -f deploy/metadata-provider/metadata-provider-deploy.yml`
enable: true
# set `enable_trace` as true only if you need to debug the metadata from metadata_provider
# each k8sMetadata fetched from metadata_provider will be printed into console
enable_trace: false
# check service endpoint by `kubectl get endpoints metadata-provider -n kindling``
endpoint: http://metadata-provider.kindling:9504
```
If you are modifying existing configmap resources, you need to restart all probes to apply the changes with command below:
Expand Down

0 comments on commit 584e983

Please sign in to comment.