MicroShift is Technology Preview software only.For more information about the support scope of Red Hat Technology Preview software, see Technology Preview Support Scope.
kind: Pod
apiVersion: v1
metadata:name: my-app
spec:containers:-name: my-frontend
image: busybox:1.28volumeMounts:-mountPath:"/mnt/storage"name: data
command:["sleep","1000000"]volumes:-name: data