Skip to content

Commit

Permalink
Update katib-config.md (#3888)
Browse files Browse the repository at this point in the history
* Update katib-config.md

Signed-off-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>

* Update netlify.toml

Signed-off-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>

* Update architecture.md

Signed-off-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>

---------

Signed-off-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
  • Loading branch information
Rajakavitha1 authored Sep 30, 2024
1 parent ed65cba commit 4115c6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/components/katib/reference/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ guides.
Katib has the following components on the control plane to run Experiments:

- `katib-controller` - the controller to manage Katib Kubernetes CRDs:
[`Experiment`](experiment),
[`Suggestion`](suggestion),
[`Trial`](trial).
[`Experiment`](#experiment),
[`Suggestion`](#suggestion),
[`Trial`](#trial).

- (Optional) If certificate generator is enabled in
[Katib Config](/docs/components/katib/user-guides/katib-config/), Katib controller deployment will create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ The following settings are **optional**:
#### Suggestion Volume Parameters

When you create an Experiment with
[`FromVolume` resume policy](/docs/components/katib/user-guide/resume-experiment#resume-policy-fromvolume),
[`FromVolume` resume policy](/docs/components/katib/user-guides/resume-experiment#resume-policy-fromvolume),
you are able to specify
[PersistentVolume (PV)](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistent-volumes)
and
Expand Down
4 changes: 1 addition & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ package = "netlify-plugin-checklinks"
"public/docs/components/pipelines/fonts/",
"public/docs/components/pipelines/legacy-v1/fonts/",

"public/docs/components/katib/",
"public/docs/components/kfserving/",
"public/docs/components/training/",

"public/docs/distributions/gke/",
Expand Down Expand Up @@ -66,4 +64,4 @@ package = "netlify-plugin-checklinks"
[context.branch-deploy.environment]
HUGO_ENV = "development"
HUGO_VERSION = "0.124.1"
NODE_VERSION = "18"
NODE_VERSION = "18"

0 comments on commit 4115c6a

Please sign in to comment.