This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
agnhost related kubernetes compliance test failed for confidential containers #5619
Labels
Comments
LindaYu17
added
bug
Incorrect behaviour
needs-review
Needs to be assessed by the team.
labels
Apr 21, 2023
LindaYu17
added a commit
to LindaYu17/tests
that referenced
this issue
Apr 21, 2023
Fixes: kata-containers#5619 Signed-off-by: Linda Yu <[email protected]>
LindaYu17
added a commit
to LindaYu17/tests
that referenced
this issue
Jun 2, 2023
Entrypoint setting does not pass correct, add agnhost command in yaml file to make the test run. Fixes: kata-containers#5619 Signed-off-by: Linda Yu <[email protected]>
LindaYu17
added a commit
to LindaYu17/tests
that referenced
this issue
Jun 2, 2023
Entrypoint setting does not pass correct, add agnhost command in yaml file to make the test run. Fixes: kata-containers#5619 Signed-off-by: Linda Yu <[email protected]>
LindaYu17
added a commit
to LindaYu17/tests
that referenced
this issue
Jun 2, 2023
Entrypoint setting does not pass correctly, add agnhost command in yaml file to make the test run. Fixes: kata-containers#5619 Signed-off-by: Linda Yu <[email protected]>
LindaYu17
added a commit
to LindaYu17/tests
that referenced
this issue
Jun 5, 2023
Add agnhost command in yaml to make the test run. Fixes: kata-containers#5619 Signed-off-by: Linda Yu <[email protected]>
LindaYu17
added a commit
to LindaYu17/tests
that referenced
this issue
Jun 5, 2023
Fixes: kata-containers#5619 Signed-off-by: Linda Yu <[email protected]>
LindaYu17
added a commit
to LindaYu17/tests
that referenced
this issue
Jun 5, 2023
add agnhost command in pod yaml file Fixes: kata-containers#5619 Signed-off-by: Linda Yu <[email protected]>
LindaYu17
added a commit
to LindaYu17/tests
that referenced
this issue
Jun 5, 2023
add agnhost command in pod yaml file Fixes: kata-containers#5619 Signed-off-by: Linda Yu <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
confidential containers are based on kata container, so we would like to port the kubernetes compliance test from kata to coco, and agnhost related test fails for coco
Expected result
the test are pass
Actual result
some agnhost related tests failed, take liveness-http as an example, the error message are:
Events:
Type Reason Age From Message
Normal Scheduled 29s default-scheduler Successfully assigned default/liveness-http to XXXX
Normal Pulling 4s (x2 over 28s) kubelet Pulling image "k8s.gcr.io/e2e-test-images/agnhost:2.21"
Normal Pulled 4s kubelet Successfully pulled image "k8s.gcr.io/e2e-test-images/agnhost:2.21" in 23.172120896s
Normal Created 4s kubelet Created container liveness
Warning Failed 4s kubelet Error: failed to create containerd task: failed to create shim task: the file liveness was not found: unknown
Further information
The text was updated successfully, but these errors were encountered: