Skip to content

YTsaurus k8s operator 0.3.1

Compare
Choose a tag to compare
@savnadya savnadya released this 26 Sep 08:06
· 297 commits to main since this release

Features

  • Added the ability to configure automatic log rotation.
  • toleration and nodeSelector can be specified in instance specs of components.
  • Types of generated objects are specified in controller configuration, so operator respond to modifications of generated objects by reconciling.
  • Config maps store data in text form instead of binary, so that you can view the contents of configs through kubectl describe configmap <configmap-name>.
  • Added calculation and setting of disk_usage_watermark and disk_quota for exec node.
  • Added a SPYT controller and the ability to load the necessary for SPYT into Cypress using a separate resource, which allows you to have several versions of SPYT on one cluster.

Bug fixes

  • Fixed an error in the naming of the medium_name field in static configs.