xiaods / k8e

K8E - Kubernetes Easy Engine
https://getk8e.com
Apache License 2.0
387 stars 25 forks source link

feat: upgrade osm-edge to 1.3.3, support ebpf rule #310

Closed xiaods closed 1 year ago

xiaods commented 1 year ago

Release version 1.3.3 has added option none to disable interception mode. So starting with v1.3.3, interception mode settings can set during osm-edge installation via setting osm.trafficInterceptionMode to any of:

  1. iptables - default settings
  2. ebpf - Use eBPF as an interception method
  3. none - Disable interception
xiaods commented 1 year ago

https://github.com/flomesh-io/osm-edge/issues/154