Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snp performance #98

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Snp performance #98

wants to merge 14 commits into from

Conversation

GraysonWu
Copy link
Owner

No description provided.

@GraysonWu GraysonWu force-pushed the snp-performance branch 18 times, most recently from 67db4b4 to b868de5 Compare May 25, 2023 21:46
@GraysonWu GraysonWu force-pushed the snp-performance branch 12 times, most recently from 2b031d0 to 99ce05d Compare June 5, 2023 23:55
@GraysonWu GraysonWu force-pushed the snp-performance branch 3 times, most recently from 7d4c7c9 to d09d67e Compare June 8, 2023 07:29
Copy link
Owner Author

@GraysonWu GraysonWu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One nit.

@GraysonWu GraysonWu force-pushed the snp-performance branch 11 times, most recently from 9f73b0e to cdfaa4c Compare July 6, 2023 06:16
XinShuYang and others added 14 commits November 16, 2023 15:55
For antrea-io#5611

Bumps github.com/Microsoft/hcsshim from 0.9.10 to 0.11.4.

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
Update Traceflow e2e tests to verify "NetworkPolicy" and "NetworkPolicyRule"
in Traceflow observation.

Signed-off-by: Kumar Atish <atish.iaf@gmail.com>
The version provided in the go directive must be a valid Go
version. go1.21 refers to a development version of Go, not a released
version. Prior to 1.21, 1.X was actually the first released version for
Go language version 1.X. Starting with 1.21, the first released version
is 1.X.0, and the go directive in go.mod should correspond to a valid
toolchain version (unless a toolchain directive is also present).

One way to reproduce the issue is to run:
`GOTOOLCHAIN="go1.20+auto" go version`

When using the `go 1.21` directive, the above command will fail as go
will try to download toolchain 1.21, which does not exist.

See golang/go#62278 for a detailed discussion.

Signed-off-by: Antonin Bas <abas@vmware.com>
Starting with Go 1.21, the runtime system needs to have a version of
glibc "compatible" with the version available at build time. The ubi8
image comes with a very old version of glibc compared to the golang
builder, and the Antrea binaries no longer run.

To address this, we use the ubi8 image to build Antrea, which means we
need to install Go manually.

Fixes antrea-io#5722

Signed-off-by: Antonin Bas <abas@vmware.com>
git is required to compute the version string correctly

Signed-off-by: Antonin Bas <abas@vmware.com>
…antrea-io#4252)

Add e2e test framework for Antrea's native secondary network configuration, and
SR-IOV secondary network test.


Signed-off-by: Arunkumar Velayutham <arunkumar.velayutham@intel.com>
Co-authored-by: Jianjun Shen <shenj@vmware.com>
…o#5427)

This commit changes Antrea managed secondary networks to use Antrea
IPAM for interface IP address allocation, and no longer use
Whereabouts.

Signed-off-by: Jianjun Shen <shenj@vmware.com>
Signed-off-by: KMAnju-2021 <km074btcse18@igdtuw.ac.in>
…#5718)

When running on some K8s distributions, users may want to adjust the
securityContext for antrea-agent containers. This is reserved for "power
users", and most users should not modify the default values. When
modifying the securityContext, some Antrea functions may break.

For antrea-io#5707

Signed-off-by: Antonin Bas <abas@vmware.com>
Signed-off-by: Antonin Bas <abas@vmware.com>
Signed-off-by: Lan Luo <luola@vmware.com>
Replace 'Release' with 'Antrea' in the release title, so we can
have a release name like `Release Antrea v1.14.1` instead of
`Release Release v1.14.1` in the Github release link preview.

Signed-off-by: Lan Luo <luola@vmware.com>
Signed-off-by: graysonwu <wgrayson@vmware.com>
Signed-off-by: graysonwu <wgrayson@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants