Skip to content

Commit 078d8e9

Browse files
authored
Document upgrade process from 2.9 to 2.10 (#6864)
* Document upgrade process from 2.9 to 2.10 Added section on upgrading from 2.9 to 2.10, detailing new configuration options and backward compatibility. * Update Release Notes link to version 2.10.0 * Update upgrading.md with release notes link Added a note about full release notes for version 2.10.0.
1 parent a83ff7b commit 078d8e9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs-gb/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@
169169
* [Development](development/README.md)
170170
* [License](development/licenses.md)
171171
* [Release](development/release.md)
172-
* [Release Notes](https://github.com/SeldonIO/seldon-core/releases/tag/v2.9.0)
172+
* [Release Notes](https://github.com/SeldonIO/seldon-core/releases/tag/v2.10.0)

docs-gb/upgrading.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Upgrading
22

3+
## Upgrading from 2.9 - 2.10
4+
5+
All CRD changes maintain backward compatibility with existing CRs. We introduce new Core 2 scaling configuration options in SeldonConfig (`config.ScalingConfig.*`), with a wider goal of centralising Core 2 configuration and allowing for configuration changes after the Core 2 cluster is deployed. To ensure a smooth transition, some of the configuration options will only take effect starting from the next releases, but end-users are encouraged to set them to the desired values before upgrading to the next release (2.11).
6+
7+
Upgrading when using helm is seamless, with existing helm values being used to fill in new configuration options. If not using helm, previous SeldonConfig CRs remain valid, but restrictive defaults will be used for the scaling configuration. One parameter in particular, maxShardCountMultiplier [docs](https://docs.seldon.ai/seldon-core-2/user-guide/performance-tuning/pipelines/scalability-pipelines) will need to be set in order to take advantage of the new pipeline scalability features. This parameter can be changed and the effects of its value will be propagated to all components that use the config.
8+
9+
For full release notes, see [here](https://github.com/SeldonIO/seldon-core/releases/tag/v2.10.0).
10+
311
## Upgrading from 2.8 - 2.9
412

513
Though there are no breaking changes between 2.8 and 2.9, there are some new functionalties offered that require changes to fields in our CRDs:

0 commit comments

Comments
 (0)