bf2fc6cc711aee1a0c2a / kas-fleetshard

The kas-fleetshard-operator is responsible for provisioning and managing instances of kafka on a cluster. The kas-fleetshard-synchronizer synchronizes the state of a fleet shard with the kas-fleet-manager.
Apache License 2.0
7 stars 20 forks source link

MGDSTRM-9508 making sure the developer instances are movable #810

Closed shawkins closed 2 years ago

shawkins commented 2 years ago

PodSet pods won't have a parent deployment. This annotation will allow them to still be movable by the auto-scaler. This does not yet address a non-developer bin-packing scenario as we're not sure if that will be needed.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

shawkins commented 2 years ago

small nit, maybe put the annotation string in the utility class that Mike created?

That seemed to be for our annotations, not the ones for third-party stuff - the strimzi, ingress, etc. annotations are not managed in that way yet.

MikeEdgar commented 2 years ago

That seemed to be for our annotations, not the ones for third-party stuff - the strimzi, ingress, etc. annotations are not managed in that way yet.

That was the intent, yes. Specifically the managedkafka.bf2.org prefixed ones.