William Tang
unread,Dec 1, 2024, 3:45:24 AM12/1/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to envoy-dev
Hi,
I'm trying to implement vhds, but I cannot find any resources or examples. I'm using VirtualHostType with *routev3.VirtualHost snapshot like other resources. The yaml is like the following:
route_config:
name: gateway
vhds:
config_source:
api_config_source:
api_type: DELTA_GRPC
grpc_services:
- envoy_grpc:
cluster_name: control_plane
but it does not work
Are there any documentation about fundamental concepts like snapshot and how does it work in the golang control plane? And the documentation for xDS lacks example code and corresponding config for each xDS resource, please include them.
Thanks,
William