node-feature-discovery icon indicating copy to clipboard operation
node-feature-discovery copied to clipboard

Doc: Fix tilt up issue in feature discovering in developer guide

Open ChaoyiHuang opened this issue 1 year ago • 4 comments

The issue is due to the k3d/kind cluster created by ctlptl will run inside containers(it will serve as the virtual hosts).

Host folders which will be scaned by the nfd feature discovery should be mounted into the container ( the virtual host). otherwise the nfd-worker container which run inside the virtual host will just see the default base image rootfs /boot, /lib folders, which are usually empty, leads to the discovey failure.

ChaoyiHuang avatar Sep 29 '24 02:09 ChaoyiHuang

Hi @ChaoyiHuang. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

k8s-ci-robot avatar Sep 29 '24 02:09 k8s-ci-robot

Deploy Preview for kubernetes-sigs-nfd ready!

Name Link
Latest commit d08ea5ee118a13b2daa00a904118173e029fcf8f
Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-nfd/deploys/67243dd78ece5d0008f196bb
Deploy Preview https://deploy-preview-1889--kubernetes-sigs-nfd.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Sep 29 '24 02:09 netlify[bot]

Fixes: https://github.com/kubernetes-sigs/node-feature-discovery/issues/1855

fmuyassarov avatar Sep 30 '24 10:09 fmuyassarov

Thank you @ChaoyiHuang for the patch. One nit: could you wrap the lines (like the rest of the file)? Other than that looks good to me.

@fmuyassarov any further comments?

/ok-to-test

marquiz avatar Oct 31 '24 17:10 marquiz

One nit: could you wrap the lines

Oh the CI (mdlint) was nitting about the same thing, and a few others

marquiz avatar Oct 31 '24 19:10 marquiz

One nit: could you wrap the lines

Oh the CI (mdlint) was nitting about the same thing, and a few others

yeah, fixed.

ChaoyiHuang avatar Nov 01 '24 02:11 ChaoyiHuang

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ChaoyiHuang, marquiz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Nov 01 '24 07:11 k8s-ci-robot

LGTM label has been added.

Git tree hash: 40379f1afd3a9d1ef3e3145a18f4d60f02ae3bb1

k8s-ci-robot avatar Nov 06 '24 09:11 k8s-ci-robot