Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

coder deployment should be a statefulset in helm #12552

Open
Labels
helmArea: helm chart
@dannykopping

Description

@dannykopping

helm/libcoder/templates/_coder.yaml defines the deployment which runs thecoder image.

Metrics are produced by this workload (ifCODER_PROMETHEUS_ENABLE=true), andDeployments are assigned a unique pod name on every spec update. It is common practice to include the pod name in the labels when scraping metrics, and therefore users will see some series churn every time an update occurs.

Moving to aStatefulSet will allow these pods to have persistent identities which removes this problem.

NOTE: a clear upgrade path should be provided with this change, with uninterrupted service when migrating fromDeployments toStatefulsets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    helmArea: helm chart

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp