YTsaurus k8s operator 0.3.1
Features
- Added the ability to configure automatic log rotation.
toleration
andnodeSelector
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
anddisk_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.