@@ -84,9 +84,9 @@ quickstart 0.21.2
8484
8585### From FiftyOne Enterprise Version 2.0.0 and Later
8686
87- 1 . [ Upgrade to FiftyOne Enterprise version 2.19 .0] ( #upgrading-from-previous-versions )
87+ 1 . [ Upgrade to FiftyOne Enterprise version 2.20 .0] ( #upgrading-from-previous-versions )
88881 . Voxel51 recommends upgrading all FiftyOne Enterprise SDK users to FiftyOne Enterprise
89- version 2.19 .0
89+ version 2.20 .0
9090 1 . Login to the FiftyOne Enterprise UI
9191 1 . To obtain the CLI command to install the FiftyOne SDK associated with
9292 your FiftyOne Enterprise version, navigate to ` Account > Install FiftyOne `
@@ -112,14 +112,18 @@ plus a `telemetry-redis` service that buffers the streamed metrics and
112112logs.
113113
114114** Resource impact:**
115- Each sidecar reserves ` 0.10 ` CPUs and ` 512M ` memory
116- (reservation == limit).
117- A default deploy adds four sidecars
118- (` fiftyone-app ` + ` teams-api ` + ` teams-plugins ` + one ` teams-do ` ), so
119- expect roughly ** +0.4 CPU** and ** +2 GiB memory** in additional
120- resource usage, plus the bundled ` telemetry-redis ` service (` 0.10 ` CPU
121- / ` 256M ` memory reservation, ` 0.25 ` / ` 512M ` limits) and its
122- ` telemetry-redis-data ` named volume.
115+ By default the telemetry requires an additional ` 0.55 ` CPU and ` 1.5Gi ` of
116+ resources used by:
117+
118+ - ` telemetry-sidecar ` container
119+ - ` teams-api ` : 0.1 CPU and 512 Mi memory
120+ - ` fiftyone-app ` : 0.2 CPU and 512 Mi memory
121+ - Redis container
122+ - 0.25 CPU and 512Mi memory
123+
124+ The additional required resources depends of replica count for each
125+ deployment.
126+ The optional deployments may also increase this amount.
123127
124128##### Host Requirements
125129
@@ -281,7 +285,7 @@ To utilize the prior image, update your `common-services.yaml` similar to the be
281285
282286``` yaml
283287teams-do-common :
284- image : voxel51/fiftyone-app:v2.19 .0
288+ image : voxel51/fiftyone-app:v2.20 .0
285289` ` `
286290
287291#### FiftyOne Enterprise v2.2+ Delegated Operator Changes
@@ -316,7 +320,7 @@ Additionally,
316320
317321# ## From FiftyOne Enterprise Versions 1.6.0 to 1.7.1
318322
319- > **NOTE**: Upgrading to FiftyOne Enterprise v2.19 .0 _requires_ a license file.
323+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.20 .0 _requires_ a license file.
320324> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
321325> 2.0 or beyond.
322326>
@@ -351,15 +355,15 @@ Additionally,
351355 mv license.key "${LOCAL_LICENSE_FILE_DIR}/license"
352356 ` ` `
353357
354- 1. [Upgrade to FiftyOne Enterprise version 2.19 .0](#upgrading-from-previous-versions)
355- 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.19 .0
358+ 1. [Upgrade to FiftyOne Enterprise version 2.20 .0](#upgrading-from-previous-versions)
359+ 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.20 .0
356360 1. Login to the FiftyOne Enterprise UI
357361 1. To obtain the CLI command to install the FiftyOne SDK associated with
358362 your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
3593631. Upgrade all the datasets
360- > **NOTE**: Any FiftyOne SDK less than 2.19 .0
364+ > **NOTE**: Any FiftyOne SDK less than 2.20 .0
361365 > will lose connectivity at this point.
362- > Upgrading to `fiftyone==2.19 .0` is required.
366+ > Upgrading to `fiftyone==2.20 .0` is required.
363367
364368 ` ` ` shell
365369 FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
@@ -373,7 +377,7 @@ Additionally,
373377
374378# ## From FiftyOne Enterprise Version 1.1.0 and Before Version 1.6.0
375379
376- > **NOTE**: Upgrading to FiftyOne Enterprise v2.19 .0 _requires_
380+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.20 .0 _requires_
377381> your users to log in after the upgrade is complete.
378382> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
379383> You should coordinate this upgrade carefully with your end-users.
@@ -391,7 +395,7 @@ Additionally,
391395
392396---
393397
394- > **NOTE**: Upgrading to FiftyOne Enterprise v2.19 .0 _requires_ a license file.
398+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.20 .0 _requires_ a license file.
395399> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
396400> 2.0 or beyond.
397401>
@@ -443,15 +447,15 @@ Additionally,
443447 unset FIFTYONE_DATABASE_ADMIN
444448 ` ` `
445449
446- 1. [Upgrade to FiftyOne Enterprise version 2.19 .0](#upgrading-from-previous-versions)
447- 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.19 .0
450+ 1. [Upgrade to FiftyOne Enterprise version 2.20 .0](#upgrading-from-previous-versions)
451+ 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.20 .0
448452 1. Login to the FiftyOne Enterprise UI
449453 1. To obtain the CLI command to install the FiftyOne SDK associated with
450454 your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne`
4514551. Upgrade all the datasets
452- > **NOTE**: Any FiftyOne SDK less than 2.19 .0
456+ > **NOTE**: Any FiftyOne SDK less than 2.20 .0
453457 > will lose connectivity at this point.
454- > Upgrading to `fiftyone==2.19 .0` is required.
458+ > Upgrading to `fiftyone==2.20 .0` is required.
455459
456460 ` ` ` shell
457461 FIFTYONE_DATABASE_ADMIN=true fiftyone migrate --all
@@ -482,14 +486,14 @@ Additionally,
482486
483487---
484488
485- > **NOTE**: Upgrading to FiftyOne Enterprise v2.19 .0 _requires_ your users to
489+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.20 .0 _requires_ your users to
486490> log in after the upgrade is complete.
487491> This will interrupt active workflows in the FiftyOne Enterprise Hosted Web App.
488492> You should coordinate this upgrade carefully with your end-users.
489493
490494---
491495
492- > **NOTE**: Upgrading to FiftyOne Enterprise v2.19 .0 _requires_ a license file.
496+ > **NOTE**: Upgrading to FiftyOne Enterprise v2.20 .0 _requires_ a license file.
493497> Please contact your Customer Success Team before upgrading to FiftyOne Enterprise
494498> 2.0 or beyond.
495499>
@@ -520,13 +524,13 @@ Additionally,
5205241. Update your web server routes to include routing
521525 ` /cas/*` traffic to the `teams-cas` service.
522526 Please see our [example nginx configurations](../) for more information.
523- 1. [Upgrade to FiftyOne Enterprise v2.19 .0](#upgrading-from-previous-versions)
527+ 1. [Upgrade to FiftyOne Enterprise v2.20 .0](#upgrading-from-previous-versions)
524528 with `FIFTYONE_DATABASE_ADMIN=true`
525529 (this is not the default for this release).
526530 > **NOTE**: FiftyOne SDK users will lose access to the FiftyOne
527- > Enterprise Database at this step until they upgrade to `fiftyone==2.19 .0`
531+ > Enterprise Database at this step until they upgrade to `fiftyone==2.20 .0`
528532
529- 1. Upgrade your FiftyOne SDKs to version 2.19 .0
533+ 1. Upgrade your FiftyOne SDKs to version 2.20 .0
530534 1. Login to the FiftyOne Enterprise UI
531535 1. To obtain the CLI command to install the FiftyOne SDK associated
532536 with your FiftyOne Enterprise version, navigate to
0 commit comments