Skip to content

Commit

Permalink
Update the developer guide
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <[email protected]>
  • Loading branch information
tenzen-y committed Aug 3, 2023
1 parent 905f3f3 commit b266560
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,8 @@ Once Katib is deployed in the Kubernetes cluster, the `cert-generator` follows t

- Generate the self-signed certificate and private key.

- Create a Kubernetes Secret with the self-signed TLS certificate and private key.
Secret has the `katib-webhook-cert` name and `cert-generator` controller Deployment's
`ownerReference` to clean-up resources once Katib is uninstalled.

- Save the self-signed TLS certificate and private key on local path (`/tmp/cert`).

- Update a Kubernetes Secret with the self-signed TLS certificate and private key.

- Patch the webhooks with the `CABundle`.

Once the `cert-generator` finished, the Katib controller starts to register controllers such as `experiment-controller` to the manager.
Expand Down

0 comments on commit b266560

Please sign in to comment.