mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +00:00
docs: don't use "we"
This commit is contained in:
parent
fea395d005
commit
2f3cfbf209
3 changed files with 4 additions and 4 deletions
|
@ -86,8 +86,8 @@ deletes the release.
|
|||
|
||||
## Chart parameters
|
||||
|
||||
In order to tailor the deployment of the Node Feature Discovery to your cluster needs
|
||||
We have introduced the following Chart parameters.
|
||||
To tailor the deployment of the Node Feature Discovery to your needs following
|
||||
Chart parameters are available.
|
||||
|
||||
### General parameters
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ to scrape metrics from NFD, you need to pass the following values to Helm:
|
|||
|
||||
For more info on Helm deployment, see [Helm](helm.md).
|
||||
|
||||
We recommend setting
|
||||
It is recommended to specify
|
||||
`--set prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false`
|
||||
when deploying prometheus-operator via Helm to enable the prometheus-operator
|
||||
to scrape metrics from any PodMonitor.
|
||||
|
|
|
@ -316,7 +316,7 @@ vendor.io/feature4=featureValue4
|
|||
After processing the above file, only `vendor.io/feature2` and
|
||||
`vendor.io/feature3` would be included in the list of accepted features.
|
||||
|
||||
> **NOTE:** The time format that we are supporting is RFC3339. Also, the `expiry-time`
|
||||
> **NOTE:** The time format supported is RFC3339. Also, the `expiry-time`
|
||||
> tag is only evaluated in each re-discovery period, and the expiration of
|
||||
> node labels is not tracked.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue