From b266560942d17e3ea7af54b15b5e097774ad0bc3 Mon Sep 17 00:00:00 2001 From: Yuki Iwai Date: Thu, 3 Aug 2023 19:30:56 +0900 Subject: [PATCH] Update the developer guide Signed-off-by: Yuki Iwai --- docs/developer-guide.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 09d4529753c..de8ba789ea1 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -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.