Closed adietish closed 10 months ago
Steps:
alpine1
--- apiVersion: "v1" kind: "Pod" metadata: labels: jedi: "luke" name: "alpine1" spec: containers: - image: "alpine" name: "alpine" ports: - containerPort: 8080
Result:
You're told that the pod was Updated
Updated
Expected result: You should be informed that the pod was Created
Created
Steps:
alpine1
on your clusteralpine1
is createdResult:
You're told that the pod was
Updated
Expected result: You should be informed that the pod was
Created