Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: runs msi-adapter as privileged on openshift #920

Merged
merged 7 commits into from Jun 28, 2022

Conversation

nilekhc
Copy link
Contributor

@nilekhc nilekhc commented Jun 20, 2022

Signed-off-by: Nilekh Chaudhari 1626598+nilekhc@users.noreply.github.com

Reason for Change:

MSI-Adapter container needs to run as privileged when deploying Arc extension on openshift. Similar guidance we follow for provider pods as well.

Requirements

  • squashed commits
  • included documentation
  • added unit tests and e2e tests (if applicable).

Issue Fixed:

fixes: #921

Does this change contain code from or inspired by another project?

  • Yes
  • No

If "Yes," did you notify that project's maintainers and provide attribution?

Special Notes for Reviewers:

Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
@nilekhc nilekhc requested a review from aramase as a code owner June 20, 2022 20:28
@nilekhc nilekhc requested a review from sozercan June 20, 2022 20:32
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
@codecov-commenter
Copy link

Codecov Report

Merging #920 (89bf862) into master (92fa62e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #920   +/-   ##
=======================================
  Coverage   62.15%   62.15%           
=======================================
  Files           9        9           
  Lines         909      909           
=======================================
  Hits          565      565           
  Misses        311      311           
  Partials       33       33           

Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
@nilekhc
Copy link
Contributor Author

nilekhc commented Jun 20, 2022

/azp run pr-e2e-azure

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@aramase aramase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Pending validation with openshift cluster

Copy link
Member

@aramase aramase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nilekhc could you open a separate PR to fix CVE-2022-28948 with gopkg.in/yaml.v3? That way the PR gate is unblocked and also this PR won't be a scope creep

ref: https://dev.azure.com/AzureContainerUpstream/Secrets%20Store%20CSI%20Driver%20Provider%20Azure/_build/results?buildId=47878&view=logs&j=50e5c204-a982-5a63-4824-cf22f1b24a4e&t=795dd060-7255-5745-ea64-907869e3f465

Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
@nilekhc
Copy link
Contributor Author

nilekhc commented Jun 28, 2022

lgtm

Pending validation with openshift cluster

@aramase I was successfully able to test changes on ARO cluster.

image

@nilekhc nilekhc requested a review from aramase June 28, 2022 06:42
@nilekhc nilekhc merged commit 2eee8b7 into Azure:master Jun 28, 2022
@nilekhc nilekhc deleted the arc-aro-fix branch June 28, 2022 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arc monitoring fails when extension is deployed on ARO
3 participants