This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
virtcontainers: Eliminate legacy networking features #1213
Comments
mcastelino
added a commit
to mcastelino/runtime-1
that referenced
this issue
Feb 5, 2019
Prior to the addition of tcMirroring support kata-runtime had compatibility issues with some CNI plugins some of which were addressed by the bridged model. With the addition of tc mode there are no gaps in networking that can be filled by the bridged mode or enlightened mode (which was never implemented). Eliminate both of these options to simplify the setup. Fixes: kata-containers#1213 Signed-off-by: Manohar Castelino <[email protected]>
Merged
mcastelino
added a commit
to mcastelino/runtime-1
that referenced
this issue
Feb 6, 2019
Prior to the addition of tcMirroring support kata-runtime had compatibility issues with some CNI plugins some of which were addressed by the bridged model. With the addition of tc mode there are no gaps in networking that can be filled by the bridged mode or enlightened mode (which was never implemented). Eliminate both of these options to simplify the setup. Fixes: kata-containers#1213 Signed-off-by: Manohar Castelino <[email protected]>
mcastelino
added a commit
to mcastelino/runtime-1
that referenced
this issue
Feb 6, 2019
Prior to the addition of tcMirroring support kata-runtime had compatibility issues with some CNI plugins some of which were addressed by the bridged model. With the addition of tc mode there are no gaps in networking that can be filled by the bridged mode or enlightened mode (which was never implemented). Eliminate both of these options to simplify the setup. Fixes: kata-containers#1213 Signed-off-by: Manohar Castelino <[email protected]>
8 tasks
amshinde
pushed a commit
to mcastelino/runtime-1
that referenced
this issue
Aug 2, 2019
Prior to the addition of tcMirroring support kata-runtime had compatibility issues with some CNI plugins some of which were addressed by the bridged model. With the addition of tc mode there are no gaps in networking that can be filled by the bridged mode or enlightened mode (which was never implemented). Eliminate both of these options to simplify the setup. Fixes: kata-containers#1213 Signed-off-by: Manohar Castelino <[email protected]>
amshinde
pushed a commit
to mcastelino/runtime-1
that referenced
this issue
Nov 11, 2019
Prior to the addition of tcMirroring support kata-runtime had compatibility issues with some CNI plugins some of which were addressed by the bridged model. With the addition of tc mode there are no gaps in networking that can be filled by the bridged mode or enlightened mode (which was never implemented). Eliminate both of these options to simplify the setup. Fixes: kata-containers#1213 Signed-off-by: Manohar Castelino <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Eliminate legacy networking models
Prior to the addition of tcMirroring support kata-runtime had compatibility issues with some CNI plugins some of which were addressed by the bridged model. With the addition of tc mode there are no gaps in networking that can be filled by the bridged mode or enlightened mode (which was never implemented).
Eliminate both of these option to simplify the setup.
Also switch the default networking model to tc to ensure broader compatibility.
Also addresses some of the simplification needed for #1113
The text was updated successfully, but these errors were encountered: