Skip to content

Commit

Permalink
ibmcloud: Add runtime-handler annotation
Browse files Browse the repository at this point in the history
Add io.containerd.cri.runtime-handler to example deployment

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Mar 20, 2024
1 parent c9ec0af commit 3486d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibmcloud/demo/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Pod
metadata:
name: nginx
annotations:
io.containerd.cri.runtime-handler: kata-remote
labels:
app: nginx
spec:
Expand Down

0 comments on commit 3486d50

Please sign in to comment.