docs: fix incorrect Ansible paths and standardize inventory references#13246
docs: fix incorrect Ansible paths and standardize inventory references#13246jsuchome wants to merge 1 commit into
Conversation
|
|
|
Welcome @jsuchome! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jsuchome The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @jsuchome. 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 Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
This commit updates documentation across several files to correct broken file paths and ensure consistency in Ansible command examples - Standardized inventory naming to `inventory.ini` for sample inventories. - Fixed `group_vars` paths to reflect the actual directory structure (e.g., `group_vars/all/all.yml` instead of `group_vars/all.yml`). - Corrected the `k8s-cluster.yml` filename in guides. - Clarified the location for `kubectl_localhost` and `kubeconfig_localhost` settings. - Replaced non-existent placeholders (like `inventory/single.cfg`) with valid repository paths. - Fixed typos in directory names (e.g., `myclsuter` -> `mycluster`).
65e757b to
5cca0ab
Compare
|
/ok-to-test |
|
/lgtm |
Update documentation across several files to correct broken file paths and ensure consistency in Ansible command examples
inventory.inifor sample inventories.group_varspaths to reflect the actual directory structure (e.g.,group_vars/all/all.ymlinstead ofgroup_vars/all.yml).k8s-cluster.ymlfilename in guides.kubectl_localhostandkubeconfig_localhostsettings.inventory/single.cfg) with valid repository paths.myclsuter->mycluster).What type of PR is this?
/kind documentation
What this PR does / why we need it:
Fixes the ansible related documentation
Which issue(s) this PR fixes:
Fixes #13245
Special notes for your reviewer:
Does this PR introduce a user-facing change?: