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.
This commit is contained in:
Kenjiro Nakayama 2020-02-15 06:43:49 +09:00 committed by GitHub
parent 40adb9bf22
commit cf40d01b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -237,6 +237,10 @@ spec:
# Named route for v2 has been removed, since we don't need it anymore # 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: Save the file, then apply the updated route to your cluster:
```bash ```bash