-
Notifications
You must be signed in to change notification settings - Fork 314
nftables: Install nft binary in CI base image for testing #3209
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: Yuanlin Xu <yuanlin.xu@redhat.com>
😊 Welcome @yxun! This is either your first contribution to the Istio tools repo, or it's been You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @yxun. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.
we will also need to add it to the distroless image I would imagine.
Given that image is design to be as slim as possible it would be good to post a diff before/after adding it. Note the image is built with apko. You can use crane
to dump the contents and 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.
oh I misunderstood this. this is just the CI image not used by users. Not sure this is what you meant to change but may be useful for testing so lgtm
Hello, John, We'd like to have nftables installed in |
/ok-to-test |
Hello, this change is related to istio/istio#47821
We'd like to have the nft binary installed in the
gcr.io/istio-testing/base
andgcr.io/istio-release/base
base images. And then we can build istio images such as proxyv2 with nftables alternative tool and commands for traffic redirection.Is there any change I also need from the
istio/release-builder
repo ? Thanks,