-
Notifications
You must be signed in to change notification settings - Fork 61
baremetal-coco: Updated PCCS handling #1155
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
Conversation
|
Hi @pawelpros. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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 kubernetes-sigs/prow repository. |
5ce10a7 to
fcefa55
Compare
6b9880c to
d6f708e
Compare
25aa393 to
7dfe191
Compare
|
@bpradipt I confirm that this PR works fine on bare metal with replaced image |
7dfe191 to
2b494ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
082ec91 to
06a394e
Compare
Performed automatic reformat using Intellij Signed-off-by: Pawel Proskurnicki <[email protected]>
PCCS config map replaced with environment variables approach available in recent version of PCCS image. Secrets are now passed via secretRef defined in install.sh script. Updated PCCS image is temporary solution until next official release. Available image (0.2.4) was built based on commit : openshift/confidential-compute-artifacts@249225b5 with included commit: openshift/confidential-compute-artifacts@5dd67c19 Signed-off-by: Pawel Proskurnicki <[email protected]>
06a394e to
ede9ade
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated the PR :
- move the trivial re-formatting commit first
- use full urls when referring to commits in another repo
/lgtm
|
Konflux pipeline is asking for /ok-to-test |
|
@pawelpros: all tests passed! Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
- How to verify it
Install with TDX using install.sh
- Description for the changelog
Updated PCCS deployment - separated secrets from standard values and moved ConfigMap to PCCS openshift image