mirror of https://github.com/istio/istio.io.git
Remove "etc" from service version glossary term (#5001)
The etc does not add to the statement being made. Fixes #4899.
This commit is contained in:
parent
b81e5a8ccb
commit
23c0e985fa
|
@ -2,4 +2,4 @@
|
|||
title: Service Version
|
||||
---
|
||||
Distinct variants of a [service](#service), typically backed by different versions of a [workload](#workload) binary.
|
||||
Common scenarios where multiple service versions may be used include A/B testing, canary rollouts, etc.
|
||||
Common scenarios where multiple service versions may be used include A/B testing and canary rollouts.
|
||||
|
|
Loading…
Reference in New Issue