multus: Fix typo from 'k8d' to 'k8s' in multus.yaml - #3106
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
Summary by CodeRabbit
WalkthroughThis change corrects two ChangesMultus comment corrections
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Caution Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional.
❌ Failed checks (3 errors)
✅ Passed checks (21 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
The embedded shell scripts in the whereabouts-cni and whereabouts-token-watcher init containers reference "k8d" instead of "k8s" when checking for a Kubernetes pod environment. Correcting this prevents incorrect Kubernetes terminology in the generated Multus configuration comments. Signed-off-by: Saurab Sonigra <ssonigra@redhat.com>
|
@coderabbitai regarding the pre-merge check findings:
|
|
Tip For best results, initiate chat on the files or code changes.
I will not treat the unit-test check as blocking for this comment-only correction. I will not treat the existing The corrected PR title and commit rationale address the related pre-merge checks. ✏️ Learnings added
You are interacting with an AI system. |
|
/test 5.0-upgrade-from-stable-4.22-e2e-aws-ovn-upgrade |
|
/lgtm |
|
Scheduling required tests: Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rameshsahoo11, ssonigra 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 |
|
/retest |
|
@ssonigra: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
/assign kyrtapz |
There is mention of k8d instead of k8s in the code which needs to be corrected as its not a good practice to have typos in the code.