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

Update mesh config to not import k8s libraries #3154

Merged
merged 4 commits into from May 20, 2024

Conversation

howardjohn
Copy link
Member

@howardjohn howardjohn commented Apr 5, 2024

Impl in istio/istio#51041. Drops 11% of the agent binary size

--

This PR decouples our APIs from k8s.io, which are super bloated. This gives the same user facing interface. Mesh config is not a proto that is sent over the wire.

@howardjohn howardjohn added the release-notes-none Indicates a PR that does not require release notes. label Apr 5, 2024
@istio-testing
Copy link
Collaborator

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@istio-testing istio-testing added do-not-merge/work-in-progress Block merging of a PR because it isn't ready yet. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 5, 2024
@keithmattix
Copy link
Contributor

What's the motivation for this?

@howardjohn
Copy link
Member Author

The motivation here is to not require API importers to depend on bloated k8s libraries. In particular, pilot-agent

@istio-policy-bot istio-policy-bot added the lifecycle/stale Indicates a PR or issue hasn't been manipulated by an Istio team member for a while label May 14, 2024
@howardjohn howardjohn marked this pull request as ready for review May 14, 2024 19:09
@howardjohn howardjohn requested review from a team as code owners May 14, 2024 19:09
@istio-testing istio-testing removed the do-not-merge/work-in-progress Block merging of a PR because it isn't ready yet. label May 14, 2024
mesh/v1alpha1/config.proto Show resolved Hide resolved
@istio-policy-bot istio-policy-bot removed lifecycle/stale Indicates a PR or issue hasn't been manipulated by an Istio team member for a while labels May 14, 2024
@istio-testing istio-testing merged commit f9846b4 into istio:master May 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes-none Indicates a PR that does not require release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants