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

Fix some broken URLs in KataConfig description #456

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

gkurz
Copy link
Member

@gkurz gkurz commented Sep 4, 2024

Trivial update in code comments to use the appropriate doc link.

@gkurz gkurz requested a review from apinnick September 4, 2024 15:08
@openshift-ci openshift-ci bot requested review from bpradipt and pmores September 4, 2024 15:08
@apinnick
Copy link
Contributor

apinnick commented Sep 5, 2024

I created https://issues.redhat.com/browse/HCIDOCS-463 to set up permanent anchors in the docs for NFD and peer pods.

@gkurz Can you create a variable for the OSC version number in the URL?

api/v1/kataconfig_types.go Outdated Show resolved Hide resolved
api/v1/kataconfig_types.go Outdated Show resolved Hide resolved
Signed-off-by: Greg Kurz <groug@kaod.org>
@gkurz gkurz force-pushed the fix-doc-link-in-kataconfig branch from a36d027 to 0d6cc96 Compare September 6, 2024 08:12
@gkurz gkurz requested a review from apinnick September 6, 2024 08:13
@gkurz
Copy link
Member Author

gkurz commented Sep 6, 2024

Thanks @apinnick ! I've updated the links according to your suggestion. Please approve.

It is a bit unfortunate that the publication system doesn't support a "latest" version. For the time being, it is acceptable to point to a numerical version as long as the steps documented there remain valid but it would be great to find a way to have permanent links.

Copy link

openshift-ci bot commented Sep 6, 2024

@gkurz: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/sandboxed-containers-operator-e2e 0d6cc96 link false /test sandboxed-containers-operator-e2e
ci/prow/check 0d6cc96 link false /test check

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Contributor

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

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

/lgtm

@@ -31,7 +31,7 @@ type KataConfigSpec struct {

// CheckNodeEligibility is used to detect the node(s) eligibility to run Kata containers.
// This is currently done through the use of the Node Feature Discovery Operator (NFD).
// For more information on how the check works, please refer to the sandboxed containers documentation - https://docs.openshift.com/container-platform/latest/sandboxed_containers/deploying-sandboxed-container-workloads.html
// For more information on how the check works, please refer to the sandboxed containers documentation - https://docs.redhat.com/en/documentation/openshift_sandboxed_containers/1.6/html-single/user_guide/index#about-node-eligibility-checks_about-osc
Copy link
Contributor

Choose a reason for hiding this comment

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

assuming 1.6 is intentional here

Copy link
Contributor

Choose a reason for hiding this comment

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

Unfortunately, that is a publishing platform limitation. Currently, version numbers are hard-coded in URLs. Maybe the new tooling platform will allow more flexibility.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 9, 2024
@gkurz gkurz merged commit a63f376 into openshift:devel Sep 9, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants