Uploaded image for project: 'Hybrid Cloud Infrastructure Documentation'
  1. Hybrid Cloud Infrastructure Documentation
  2. HCIDOCS-228

[enterprise-4.13] Issue in file networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • openshift-4.14, openshift-4.13, openshift-4.12, openshift-4.11
    • Assisted Installer
    • HCIDOCS 2024#2
    • 1
    • Moderate

      Section to update: Example: VLAN interface node network configuration policy

      apiVersion: nmstate.io/v1
      kind: NodeNetworkConfigurationPolicy
      metadata:
        name: vlan-eth1-policy 
      spec:
        nodeSelector: 
          kubernetes.io/hostname: <node01> 
        desiredState:
          interfaces:
          - name: eth1.102      <= Update callout to indicate that only the "name.number" declaration is supported.
            description: VLAN using eth1 
            type: vlan 
            state: up 
            vlan:
              base-iface: eth1 
              id: 102 
      

      SME: Petr Horacek?


      Description of problem:

      Moving from https://issues.redhat.com/browse/OCPBUGS-22326 has been identify that only VLAN with name.number declaration is supported at the moment.
      We need to update the documentation to reinforce the usage of this standard as the only supported name VLAN name convention until an RFE will applied to cover this scenario

            rhn-support-jowilkin John Wilkins
            rhn-support-csaggin Cristiano Saggin
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: