Uploaded image for project: 'OpenShift Request For Enhancement'
  1. OpenShift Request For Enhancement
  2. RFE-4421

Add multus annotation support to the operator

XMLWordPrintable

    • False
    • False
    • x86_64
    • Undefined

      Multus enables users to specify an IP address of the pod on creation, this is an example:

        annotations: 
          k8s.v1.cni.cncf.io/networks: '[
                  { 
                    "name": "vlan-20",
                    "ips": [ "192.168.20.88/24" ],
                    "default-route": ["192.168.20.1"]
                  }
          ]'
      

      Currently, the client is updating their deployment manually but the operator rewrites the deployment on each reconciliation so these changes are lost. They would like a way to add this annotation to the operator.

      Thanks!

              DanielMesser Daniel Messer
              rhn-support-ibazulic Ivan Bazulic
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: