Skip to content

YTsaurus k8s operator 0.12.0

Compare
Choose a tag to compare
@l0kix2 l0kix2 released this 28 Jun 08:33
· 96 commits to main since this release
8afeb53

Features

  • More options for store locations. by @sgburtsev in #294
    • data nodes upper limit for low_watermark increased from 5 to 25Gib;
    • data nodes' trash_cleanup_watermark will be set equal to the lowWatermark value from spec
    • max_trash_ttlcan be configured in spec
  • Add support for directDownload to UI Spec by @kozubaeff in #257
    • directDownload for UI can be configured in the spec now. If omitted or set to true, UI will have current default behaviour (use proxies for download), if set to false — UI backend will be used for downloading.

New Contributors