Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update katib-config.md #3888

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we update the KFServing docs ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. It seems like the broken link was fixed in another PR, but KFServing was not removed from the white list.
Since there are no more broken links (we can confirm it in the CI of this PR), it should be removed.

"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"