From cf40d01b9eebb0668b58d083f417adc2c912634e Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sat, 15 Feb 2020 06:43:49 +0900 Subject: [PATCH] Add note for 0% of traffic for obsolete revision (#2192) This patch adds note for 0% of traffic for old revision. Current non-routeable makes a few confusion like: * Until when users should keep setting 0% traffic. * With 0% traffic setting, the revision is not garbage collected. Hence, this patch adds the note. --- docs/serving/samples/blue-green-deployment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/serving/samples/blue-green-deployment.md b/docs/serving/samples/blue-green-deployment.md index d9cf5b36e..8d035c597 100644 --- a/docs/serving/samples/blue-green-deployment.md +++ b/docs/serving/samples/blue-green-deployment.md @@ -237,6 +237,10 @@ spec: # Named route for v2 has been removed, since we don't need it anymore ``` +> Note: You can remove the first revision blue-green-demo-lcfrd instead of 0% of traffic +> when you will not roll back the revision anymore. +> Then the non-routeable revision object will be garbage collected. + Save the file, then apply the updated route to your cluster: ```bash