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
Currently, istio can create some resources via istioctl create and if we want to update the resource, we can run istioctl replace to update the resource. This is not convenient, it is better to follow kubernetes way to introduce istioctl apply which can be used for both create and replace.