forked from antrea-io/antrea
-
Notifications
You must be signed in to change notification settings - Fork 0
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
GraysonWu
wants to merge
14
commits into
main
Choose a base branch
from
snp-performance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Snp performance #98
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GraysonWu
force-pushed
the
snp-performance
branch
18 times, most recently
from
May 25, 2023 21:46
67db4b4
to
b868de5
Compare
GraysonWu
force-pushed
the
snp-performance
branch
12 times, most recently
from
June 5, 2023 23:55
2b031d0
to
99ce05d
Compare
GraysonWu
force-pushed
the
snp-performance
branch
3 times, most recently
from
June 8, 2023 07:29
7d4c7c9
to
d09d67e
Compare
GraysonWu
commented
Jun 20, 2023
There was a problem hiding this 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
force-pushed
the
snp-performance
branch
11 times, most recently
from
July 6, 2023 06:16
9f73b0e
to
cdfaa4c
Compare
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>
GraysonWu
force-pushed
the
snp-performance
branch
from
November 27, 2023 23:01
cdfaa4c
to
567c17c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.