Giter Site home page Giter Site logo

image-build-cni-plugins's Introduction

image-build-cni-plugins

This image deploys the CNI plugin binaries. The binaries are: bandwidth,bridge,dhcp,firewall,flannel,host-device,host-local,ipvlan,loopback,macvlan,portmap,ptp,sbr,static,tuning,vlan,vrf

There are two important env variables:

  • SKIP_CNI_BINARIES: specifies what cni binaries not to deploy
  • UPDATE_CNI_BINARIES: true/false. In case the binary already exists, should it overwrite it?

Example how to use it:

  containers:
    - name: install-cnis
      image: rancher/hardened-cni-plugins:v1.0.1-build20221011
      volumeMounts:
      - mountPath: /host/opt/cni/bin
        name: cni-path
      env:
      - name: SKIP_CNI_BINARIES
        value: "firewall,flannel,host-device,ipvlan,macvlan,ptp,sbr,tuning,vlan,vrf"
  volumes:
  - hostPath:
      path: /opt/cni/bin
      type: DirectoryOrCreate
    name: cni-path


This image is being used by hardened-calico (to deploy all cni binaries) and cilium (to deploy portmap)

image-build-cni-plugins's People

Contributors

matttrach avatar manuelbuil avatar dweomer avatar rbrtbnfgl avatar raulcabello avatar brandond avatar briandowns avatar brooksn avatar rosskirkpat avatar rohitsakala avatar dependabot[bot] avatar github-actions[bot] avatar thomasferrandiz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.