-
Bug
-
Resolution: Done
-
Normal
-
4.14
-
None
-
No
-
False
-
-
N/A
-
Release Note Not Required
-
Rejected
Description of problem:
Running Applications - 5.3. Using manifests example
Version-Release number of selected component (if applicable):
4.14
How reproducible:
https://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.14/html-single/running_applications/index#microshift-applying-manifests-example_applications-microshift
Steps to Reproduce:
The provided depoyment example does not work.
here is a working syntax:
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: busybox
name: busybox-deployment
spec:
selector:
matchLabels:
app: busybox
template:
metadata:
labels:
app: busybox
spec:
containers:
- name: busybox
image: busybox
command: [ "/bin/sh", "-c", "while true ; do date; sleep 3600; done;" ]
Actual results:
Expected results:
Additional info: