You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the GUI we've wondered about being able to inform users when certain DPPs are not using the same version of Kuma as the Zone they are in.
We already have several related properties in certain HTTP endpoints (kumaCPCompatible, and version of the DPP), we could also use the version of the CP where the GUI is running to make a check, but this is not really the check we want to do seeing as ideally we want "Is this DPP on the same version of Kuma as the Zone it is in?"
Let me know if you need more info, or anyone feel free to add info here if it helps.
The way to do this would be to add this info inside the dataplane insight.
Description
In the GUI we've wondered about being able to inform users when certain DPPs are not using the same version of Kuma as the Zone they are in.
We already have several related properties in certain HTTP endpoints (
kumaCPCompatible
, andversion
of the DPP), we could also use the version of the CP where the GUI is running to make a check, but this is not really the check we want to do seeing as ideally we want "Is this DPP on the same version of Kuma as the Zone it is in?"Let me know if you need more info, or anyone feel free to add info here if it helps.
The way to do this would be to add this info inside the dataplane insight.
It should most likely be set here:
kuma/pkg/core/xds/metadata.go
Lines 237 to 244 in 39369e0
The text was updated successfully, but these errors were encountered: