Redis – Pod not starting – OCI runtime create failed: runc create failed: unable to start container process
May be I am missing some basic here. My pod failing at executing the shell command apiVersion: apps/v1 kind: ReplicaSet metadata: name: redis-rs01 labels: name: redis-rs01 run: redis-rs01 app: redis spec: replicas: 3 selector: matchLabels: app: redis template: metadata: name:…