strangelove-ventures / cosmos-operator

Cosmos Operator is a kubernetes operator for managing cosmos nodes
Apache License 2.0
80 stars 19 forks source link

Add CosmosFullNode type (Sentry|FullNode) to all resource labels #344

Closed DavidNix closed 1 year ago

DavidNix commented 1 year ago

The quick way is adding a new label or annotation.

DavidNix commented 1 year ago

A new label will be useful for outside actors to target appropriate pods or other resources. And it will cause a pod rollout.

DavidNix commented 1 year ago

@AntiTyping This is another good one for you. Should be straightforward implementation.

DavidNix commented 1 year ago

Changing the title. The pods will reboot because the pod ports are changed (privval vs. no privval ports).

But still useful to have a label on the pods (and other resources like services) so other actors can select them if necessary.