posit-dev / posit-dev/team-operator

Support optional replica distribution across architectures

Open
#152 0 comments 0 reactions 1 assignee View on GitHub

@bschwedler is already working on this.

Since Aug 5, 2026.

Dominant language
Go
Stars
10
Forks
1
Avg merge
1d 8h
Merged PRs (30d)
4

Description

Connect, Workbench, and Package Manager have no way to control how their
server replicas are spread across topology domains — only a hardcoded,
soft hostname anti-affinity exists (ComponentSpecPodAntiAffinity in
shared.go).

This blocks running a single multi-arch Site (amd64 + arm64) with a
guaranteed one-replica-per-architecture split, needed for the images EKS
living-environment work in platform-infra.

Add an optional topologySpreadConstraints field to each product spec,
passed through to the server Deployment, so operators can opt in to a
hard spread (e.g. maxSkew: 1, whenUnsatisfiable: DoNotSchedule by
kubernetes.io/arch) without affecting existing installations.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.