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
It would be great to have a Cilium CLI command that turns L7 visibility on/off. I’m imagining something like
cilium l7 enable deployment/my-app http which would add the appropriate annotations so that HTTP visibility is turned on for that deployment (similarly for other protocol types that Cilium supports)
corresponding cilium l7 disable deployment/my-app to remove all the L7 annotations for that deployment
The text was updated successfully, but these errors were encountered:
It would be great to have a Cilium CLI command that turns L7 visibility on/off. I’m imagining something like
cilium l7 enable deployment/my-app http
which would add the appropriate annotations so that HTTP visibility is turned on for that deployment (similarly for other protocol types that Cilium supports)cilium l7 disable deployment/my-app
to remove all the L7 annotations for that deploymentThe text was updated successfully, but these errors were encountered: