-
Notifications
You must be signed in to change notification settings - Fork 474
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
Feat/transformation ep 10574 #10727
base: main
Are you sure you want to change the base?
Feat/transformation ep 10574 #10727
Conversation
…gen to be autogenerated
…omposite approach
… a make utility target
COPY --from=rust_builder /build/amd64_librust_module.so /usr/local/lib/librust_module.so | ||
|
||
|
||
# SDS-specific setup, only used if ENVOY_SIDECAR=true |
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.
assuming just copy/paste miss?
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.
Taken from the existing setup as we have the go main file that has specific work to change things when in sds
internal/kgateway/extensions2/plugins/routepolicy/route_policy_plugin.go
Show resolved
Hide resolved
internal/kgateway/extensions2/plugins/routepolicy/route_policy_plugin.go
Show resolved
Hide resolved
internal/kgateway/extensions2/plugins/routepolicy/route_policy_plugin.go
Outdated
Show resolved
Hide resolved
internal/envoyinit/rustformations/target/debug/build/clang-sys-f9db6f527274df00/out/macros.rs
Outdated
Show resolved
Hide resolved
…hed later if github does not detect this as a move
…ed for gw port forwarding
Pull request was converted to draft
Split out envoyinit move here #10756 |
… will be tracking it in actual kube e2e tests
Start building out the implementation for transformation EP 10574
In this PR we do 5 things:
Note that Rustformations cannot graduate to a production ready stance until we get route level configuration cleaner in upstream