Skip to content

Releases: datacenter/ACI-Kubernetes-Visualiser

aci-kubernetes-visualiser-2.1.0

17 Apr 06:44

Choose a tag to compare

Main features

  • Show interface name as labels for node to leaf edges.
  • Show multiple links for multiple ifaces.
  • Remove VM_Host from graph(Temp change for baremetal case)
  • See the interface details on the pod-to-node graph.
  • Color code edge for primary iface link and links of secondary ifaces.
  • Read the nodefabricnetworkattachment, get connection info and provide the new link for worker node to leaf node (different coloring).
  • Remove arrows from "Pod & Nodes" view.
  • Fix bug where the pod to node edges were duplicated on graph regeneration.
  • Read the pod based interface information from nodefabricnetworkattachment CR.
  • Changes for modified structure of nodefabricnetworkattachment CR.
  • Move role and rolebinding to access nodefabricnetworkattachments from neo4j template to vkaci template.
  • Modify the queries as per the new pod information from nodefabricnetworkattachment CR.
  • Add PF, VF for SRIOV ifaces.
  • Fix bug where duplicate nodes were shown.
  • Fixed query incase node_leaf_all_iface_conn is empty to show worker node and its pods
  • Removed the VM host between the node(s) and leaf(s) for baremetal case.
  • Fixed the bug of links between node(s) and leaf(s) getting same label for baremetal case
  • Fixed the issue of graph not updating on regenerating the graph after deleting the CR.
  • Removed labels from the queries
  • Wrapped the CR fetch in try except block
  • Removed dragview from neovis
  • Removed unnecessary commas while showing interfaces name
  • Added optional match for primary link query
  • Fix node/pod topology in absence of VM_HOST node
  • Add auto-detect functionality for ESX/Baremetal
  • Fix labels for the node
  • Added more UTs related to SRIOV and macvlan
  • Check nfad type based on primarycni field
  • Adding check in helm template to add role/rolebinding if CNO is enabled
  • Support for Bridge Interfaces