CMP-4112: Move kubeletconfig symlink from /etc/kubernetes to /var/run#1128
Conversation
|
@Vincent056: This pull request references CMP-4112 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.22.0" version, but no target version was set. 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. |
|
/retest |
1 similar comment
|
/retest |
|
Tested PR #1128 and PR |
|
@Vincent056 Do we expect kubletconfig test to be failing? |
I need to update the test image, let me see if I can build locally for that tag compliance-operator/tests/e2e/serial/main_test.go Line 1635 in 5746e95 |
|
/retest |
Move the runtime kubeletconfig symlink path from /etc/kubernetes/compliance-operator to /var/run/compliance-operator to avoid writing to /etc on the host node. The new path is still excluded from FIO AIDE scanning under the blanket /var exclusion.
|
/retest |
4b0497f to
cdc1aeb
Compare
|
🤖 To deploy this PR, run the following command: |
|
/retest |
|
The serial test cases failed due to PB failed to reach state VALID And the parallel test cases failed for the same reason as well: |
|
🤖 To deploy this PR, run the following command: |
|
/retest |
2 similar comments
This comment was marked as duplicate.
This comment was marked as duplicate.
|
/retest |
|
@Vincent056: 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. |
rhmdnd
left a comment
There was a problem hiding this comment.
One comment on cleaning up the old directory. We could remove the cleanup logic in a subsequent release (1.10.0?), but it would leave the nodes in a cleaner state.
Thoughts?
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhmdnd, Vincent056 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ComplianceAsCode#1128) * CMP-4112: Move kubeletconfig symlink from /etc/kubernetes to /var/run Move the runtime kubeletconfig symlink path from /etc/kubernetes/compliance-operator to /var/run/compliance-operator to avoid writing to /etc on the host node. The new path is still excluded from FIO AIDE scanning under the blanket /var exclusion. * Update bundle file
…#1128) (#1164) * CMP-4112: Move kubeletconfig symlink from /etc/kubernetes to /var/run Move the runtime kubeletconfig symlink path from /etc/kubernetes/compliance-operator to /var/run/compliance-operator to avoid writing to /etc on the host node. The new path is still excluded from FIO AIDE scanning under the blanket /var exclusion. * Update bundle file
Move the runtime kubeletconfig symlink path from
/etc/kubernetes/compliance-operator to /var/run/compliance-operatorto avoid writing to /etc on the host node. The new path is still excluded from FIO AIDE scanning under the blanket /var exclusion.Fixes # CMP-4112, the old path will trigger the File Integrity Operator alert on first Compliance Operator install scan