Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-24561

some typos in the manifest/deployment

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None
    • 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:

          

            rhn-support-shdiaz Shauna Diaz
            rbaumgar Robert Baumgartner
            John George John George
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: