-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Fuyu3699/update dependencies #3688
Conversation
Signed-off-by: Fu Yu <[email protected]>
Signed-off-by: Fu Yu <[email protected]>
Signed-off-by: Fu Yu <[email protected]>
ece9fb0
to
531c157
Compare
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, but please verify that you didn't run into the gvisor caveat.
pkg/vif/testdata/router/go.mod
Outdated
k8s.io/apimachinery v0.31.0 // indirect | ||
k8s.io/cli-runtime v0.31.0 // indirect | ||
k8s.io/client-go v0.31.0 // indirect | ||
gvisor.dev/gvisor v0.0.0-20240919205252-49310d92b103 // indirect |
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.
Not sure if you know, but the gvisor component is a bit special. It requires that you pull the go
branch in order to build correctly. So please use:
go get -u gvisor.dev/gvisor@go
when updating this unless you already did so.
The latest version is currently v0.0.0-20240925185045-e364897eab6a
.
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.
Thanks @thallgren , I did not know this, and I ran into issues when update so I had to revert gvisor and containerd updates. Tried it again following your suffusion, it works now.
Signed-off-by: Fu Yu <[email protected]>
839d898
to
bda59e4
Compare
Description
A few sentences describing the overall goals of the pull request's commits.
Checklist
./CHANGELOG.yml
.CONTRIBUTING.md
with any special dev tricks I had to use to work on this code efficiently.TELEMETRY.md
if I added, changed, or removed a metric name.