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
While refactoring deprecated calls to grpc.DialContext with grpc.NewClient, we also deprecated the --dial-timeout flag and .Values.hubble.relay.dialTimeout helm value since creating a client no longer requires dialing (it is now handled internally by the grpc runtime).
For 1.18, we should remove the flag and helm value.