You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting terminationMessagePath should result in the content of that file being stored as Message in the pod status, but with peer-pods it does nothing, while it works with kubernetes as well as with kata-qemu.
How to reproduce
cat <<\EOF | kubectl apply -f -
apiVersion: v1
kind: Pod
metadata:
name: test
spec:
terminationGracePeriodSeconds: 0
restartPolicy: Never
containers:
- name: test
image: busybox
command:
- sh
- -cx
- echo FOO > /tmp/foo
terminationMessagePath: /tmp/foo
terminatioNMessagePolicy: File
runtimeClassName: kata-remote
EOF
# Wait for the pod to complete
kubectl describe pods/test
Describe the bug
Setting terminationMessagePath should result in the content of that file being stored as
Message
in the pod status, but with peer-pods it does nothing, while it works with kubernetes as well as with kata-qemu.How to reproduce
CoCo version information
cloud-api-adaptor-464f734ef28dd8f5f83fb5ef644dd73de3e409d7
What TEE are you seeing the problem on
None
Failing command and relevant log output
The text was updated successfully, but these errors were encountered: