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.
Currently, istio can create some resources via
istioctl createand if we want to update the resource, we can runistioctl replaceto update the resource. This is not convenient, it is better to follow kubernetes way to introduceistioctl applywhich can be used for bothcreateandreplace.