OCPBUGS-10431: remove staticPodPath from worker kubelet config#5724
OCPBUGS-10431: remove staticPodPath from worker kubelet config#5724harche wants to merge 1 commit intoopenshift:mainfrom
Conversation
Signed-off-by: Harshal Patil <12152047+harche@users.noreply.github.com>
|
@harche: This pull request references Jira Issue OCPBUGS-10431, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@harche: This pull request references Jira Issue OCPBUGS-10431, which is invalid:
Comment DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@harche: This pull request references Jira Issue OCPBUGS-10431, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (schoudha@redhat.com), skipping review request. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: harche 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-required |
|
/retest |
|
/cc @haircommander |
|
@harche: The following tests 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. |
|
I think a better alternative would be to relax the validation to allow the worker pool to set its static pod path to "" but not control plane. Is this something you want to try @harche ? |
- What I did
Removed
staticPodPathfrom the worker node kubelet configuration template.Fixes: https://issues.redhat.com/browse/OCPBUGS-10431
- How to verify it
/etc/kubernetes/kubelet.confdoes not containstaticPodPathstaticPodPath: /etc/kubernetes/manifestsis still present- Description for the changelog
Remove
staticPodPathfrom worker kubelet config to resolve DISA STIG V-242397 compliance finding.