• 3
    • False
    • None
    • False
    • No
    • OSDOCS Sprint 248
    • Moderate

      Description of problem:

      https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#hosting-service-cluster-configure-metallb-config

      In section "1.7.10.5. Optional: Configuring MetalLB", the 3 cmdline examples just hang because the syntax is incorrect. 

      Version-Release number of selected component (if applicable):

         Likely since mce 2.3+

      How reproducible:

          Every time w/ provided examples

      Steps to Reproduce:

          1. All 3 examples use:
      oc create -f -
          2. if you enter this syntax on the cmdline it will hang waiting for command completion 
          

      Actual results:

      hangs    

      Expected results:

      example can be applied

      Additional info:

          Need to wrap examples w/ heredoc, ex:
      
      cat << EOF| oc create -f -
      apiVersion: metallb.io/v1beta1
      kind: MetalLB
      metadata:
        name: metallb
        namespace: metallb-system
      EOF
      
      cat << EOF| oc create -f -
      apiVersion: metallb.io/v1beta1
      kind: IPAddressPool
      metadata:
        name: metallb
        namespace: metallb-system
       spec:
        addresses:
        - 192.168.216.32-192.168.216.122
      EOF
      
      cat << EOF| oc create -f -
      apiVersion: metallb.io/v1beta1
      kind: L2Advertisement
      metadata:
        name: l2advertisement
        namespace: metallb-system
      spec:
        ipAddressPools:
         - metallb
      EOF

            sdudhgao@redhat.com Servesha Dudhgaonkar
            jhopper@redhat.com Jenifer Abrams
            David Huynh David Huynh
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: