Skip to content

Commit e7b328f

Browse files
committed
update docs
1 parent 2bbae61 commit e7b328f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/developer-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ Below is a list of command-line flags accepted by Katib controller:
6161
|---------------------------------|---------------------------|-------------------------------|------------------------------------------------------------------------------------------------------------------------|
6262
| enable-grpc-probe-in-suggestion | bool | true | Enable grpc probe in suggestions |
6363
| experiment-suggestion-name | string | "default" | The implementation of suggestion interface in experiment controller |
64-
| metrics-addr | string | ":8080" | The address the metric endpoint binds to |
64+
| metrics-addr | string | ":8080" | The address that the metrics endpoint binds to |
65+
| healthz-addr | string | ":18080" | The address that the healthz endpoint binds to |
6566
| trial-resources | []schema.GroupVersionKind | null | The list of resources that can be used as trial template, in the form: Kind.version.group (e.g. TFJob.v1.kubeflow.org) |
6667
| webhook-inject-securitycontext | bool | false | Inject the securityContext of container[0] in the sidecar |
6768
| webhook-port | int | 8443 | The port number to be used for admission webhook server |

0 commit comments

Comments
 (0)