Ivan Bakurskii
Ivan Bakurskii
to resolve https://github.com/ytsaurus/yt-k8s-operator/issues/63
It should be similar to remoteExecNodes
To be able to specify dnsConfig/dnsPolicy on the YT spec level.
Right now when one creates remoteData/Tablet/Exec nodes, the new statefulset has incorrect map of labels, specifically **ytsaurus.tech/cluster-name** and **app.kubernetes.io/part-of**. Examples: local dataNode: ``` labels: app.kubernetes.io/component: yt-data-node-dn-rack1 app.kubernetes.io/managed-by: ytsaurus-k8s-operator app.kubernetes.io/name: yt-data-node...
PR is aiming to solve Issue #374. **Overview** This PR implements comprehensive StatefulSet spec change detection to enable the operator to detect and respond to configuration changes (resources, env vars,...