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

e2e-test provisioner should report installed operator revisions #2025

Open
mkulke opened this issue Sep 2, 2024 · 0 comments
Open

e2e-test provisioner should report installed operator revisions #2025

mkulke opened this issue Sep 2, 2024 · 0 comments
Labels
CI Issues related to CI workflows enhancement New feature or request good first issue Good for newcomers

Comments

@mkulke
Copy link
Contributor

mkulke commented Sep 2, 2024

Describe the bug

Operator installations are dynamic, since we use main in versions.yaml for the coco-operator as ref, and the operator will install different kata runtime payloads on the node, depending on when the provisioner is being executed.

This is unfortunate if there's is a change in the runtime that breaks CAA, because it's hard to figure out which change caused the breakage.

A potential fix would be to add some simple log statement to show the exact runtime that was deployed by the operator, think:

k describe po cc-operator-daemon-install-t92cd -n confidential-containers-system | grep Image
    Image:         quay.io/kata-containers/kata-deploy-ci:kata-containers-e4c023a9fa1aee82e5e575470c005cf7a30a6555-amd64
    Image ID:      quay.io/kata-containers/kata-deploy-ci@sha256:d6bd2f677f39f2b8afa065c110c02c9867a7e4fa892205f393a6ea1272e19f2b

How to reproduce

n/a

CoCo version information

n/a

What TEE are you seeing the problem on

AzSnpVtpm

Failing command and relevant log output

n/a
@mkulke mkulke added bug Something isn't working enhancement New feature or request good first issue Good for newcomers CI Issues related to CI workflows and removed bug Something isn't working labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Issues related to CI workflows enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant