MicroShift is Developer Preview software only.For more information about the support scope of Red Hat Developer Preview software, see Developer 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