You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`master.enable`| bool | true | Specifies whether nfd-master should be deployed |
179
179
|`master.hostNetwork`| bool | false | Specifies whether to enable or disable running the container in the host's network namespace |
180
-
|`master.metricsPort`| integer | 8081 | Port on which to expose metrics from components to prometheus operator|
181
-
|`master.healthPort`| integer | 8082 | Port on which to expose the grpc health endpoint, will be also used for the probes|
180
+
|`master.metricsPort`| integer | 8081 | Port on which to expose metrics from components to prometheus operator. **DEPRECATED**: will be replaced by `master.port` in NFD v0.18.|
181
+
|`master.healthPort`| integer | 8082 | Port on which to expose the grpc health endpoint, will be also used for the probes. **DEPRECATED**: will be replaced by `master.port` in NFD v0.18.|
182
182
|`master.instance`| string || Instance name. Used to separate annotation namespaces for multiple parallel deployments |
183
183
|`master.resyncPeriod`| string || NFD API controller resync period. |
184
184
|`master.extraLabelNs`| array |[]| List of allowed extra label namespaces |
@@ -230,8 +230,8 @@ API's you need to install the prometheus operator in your cluster.
|`worker.enable`| bool | true | Specifies whether nfd-worker should be deployed |
232
232
|`worker.hostNetwork`| bool | false | Specifies whether to enable or disable running the container in the host's network namespace |
233
-
|`worker.metricsPort`| int | 8081 | Port on which to expose metrics from components to prometheus operator|
234
-
|`worker.healthPort`| int | 8082 | Port on which to expose the grpc health endpoint, will be also used for the probes|
233
+
|`worker.metricsPort`| int | 8081 | Port on which to expose metrics from components to prometheus operator. **DEPRECATED**: will be replaced by `worker.port` in NFD v0.18.|
234
+
|`worker.healthPort`| int | 8082 | Port on which to expose the grpc health endpoint, will be also used for the probes. **DEPRECATED**: will be replaced by `worker.port` in NFD v0.18.|
@@ -272,8 +272,8 @@ API's you need to install the prometheus operator in your cluster.
272
272
|`topologyUpdater.serviceAccount.annotations`| dict | {} | Annotations to add to the service account for topology updater |
273
273
|`topologyUpdater.serviceAccount.name`| string || The name of the service account for topology updater to use. If not set and create is true, a name is generated using the fullname template and `-topology-updater` suffix |
274
274
|`topologyUpdater.rbac.create`| bool | true | Specifies whether to create [RBAC][rbac] configuration for topology updater |
275
-
|`topologyUpdater.metricsPort`| integer | 8081 | Port on which to expose prometheus metrics|
276
-
|`topologyUpdater.healthPort`| integer | 8082 | Port on which to expose the grpc health endpoint, will be also used for the probes|
275
+
|`topologyUpdater.metricsPort`| integer | 8081 | Port on which to expose prometheus metrics. **DEPRECATED**: will be replaced by `topologyUpdater.port` in NFD v0.18.|
276
+
|`topologyUpdater.healthPort`| integer | 8082 | Port on which to expose the grpc health endpoint, will be also used for the probes. **DEPRECATED**: will be replaced by `topologyUpdater.port` in NFD v0.18.|
0 commit comments