IBM / raksh

Seamlessly use VM based TEEs with Kubernetes for data-in use protection
Apache License 2.0
36 stars 9 forks source link

POD with command attribute in YAML fails to run #17

Open bpradipt opened 4 years ago

bpradipt commented 4 years ago

The following example POD fails to run with Raksh

kind: Pod
metadata:
  name: test
  namespace: default
spec:
  containers:
    - image: ubuntu:18.04
      name: "test"
      command:
        - sleep
        - 10000