Skip to content

Commit

Permalink
Update operator.rst (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Mar 16, 2023
1 parent 363e000 commit cd2c5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/operator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Worker Groups
A ``DaskWorkerGroup`` represents a homogenous group of workers that can be scaled. The resource is similar to a native Kubernetes ``Deployment`` in that it manages a group of workers
with some intelligence around the ``Pod`` lifecycle. A worker group must be attached to a Dask Cluster resource in order to function.

All `Kubernetes annotations <https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/>` on the
All `Kubernetes annotations <https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/>`__ on the
``DaskWorkerGroup`` resource will be passed onto worker ``Pod`` resources. Annotations created by `kopf` or
`kubectl` (i.e. starting with "kopf.zalando.org" or "kubectl.kubernetes.io") will not be passed on.

Expand Down

0 comments on commit cd2c5a0

Please sign in to comment.