Sign inSign up

openeuler/sriov-network-operator

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.5K

openeuler/sriov-network-operator repository overview

Quick reference

SR-IOV Network Operator | openEuler

Current SR-IOV Network Operator images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

SR-IOV Network Operator is an open-source Kubernetes Operator that automates the provisioning and management of SR-IOV (Single Root I/O Virtualization) network devices in Kubernetes clusters. It enables high-performance network pass-through for Network Function Virtualization (NFV) workloads. This image includes four core components: sriov-network-operator (main controller), sriov-network-config-daemon (per-node configuration daemon), sriov-network-webhook (admission control webhook), and sriov-network-operator-config-cleanup (configuration cleanup tool).

Read more on SR-IOV Network Operator Website.

The tag of each sriov-network-operator docker image is consist of the version of sriov-network-operator and the version of basic image. The details are as follows

TagCurrentlyArchitectures
1.6.0-oe2403sp4SR-IOV Network Operator 1.6.0 on openEuler 24.03-LTS-SP4amd64, arm64
1.6.0-oe2403sp3SR-IOV Network Operator 1.6.0 on openEuler 24.03-LTS-SP3amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/sriov-network-operator image from docker

    docker pull openeuler/sriov-network-operator:{Tag}
    
  • Start the sriov-network-operator controller

    docker run -it --rm openeuler/sriov-network-operator:{Tag} sriov-network-operator
    
  • Start the sriov-network-config-daemon

    docker run -it --rm --privileged openeuler/sriov-network-operator:{Tag} sriov-network-config-daemon
    
  • Start the sriov-network-webhook

    docker run -it --rm openeuler/sriov-network-operator:{Tag} sriov-network-webhook
    
  • Run with an interactive shell

    docker run -it --rm openeuler/sriov-network-operator:{Tag} bash
    

    The openeuler/sriov-network-operator image is used to verify the integration between the upstream SR-IOV Network Operator version and openEuler.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:8e84ad6a9

Size

827.7 MB

Last updated

2 months ago

docker pull openeuler/sriov-network-operator

This week's pulls

Pulls:

4

Last week