-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fork CRI server for Sandbox API integration work #7164
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
Conversation
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
panic: duplicate metrics collector registration attempted Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
/test pull-containerd-node-e2e |
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.
a couple comments about the new env variable..
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
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
per slack discussion will remove support for the environment setup as soon as we have some config toml to replace it.. (before r.next)
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
Basically test it in local and it works well. Agree to use config to enable sbserver instead of env.
And we also update some integration cases in follow-up.
This forks
cri/server
->cri/sbserver
package to unblock Sandbox CRI integration. This will allow us to iterate faster and don't worry about affecting existing CRI users.Because we haven't figured out how exactly we'll be switching between CRI implementations (either an option in the CRI config or runtime or something else), I've added
ENABLE_CRI_SANDBOXES
env variable, which makes it really easy to enable integration tests.