Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

why is llm-d-routing-sidecar an initContainer and not a container? #330

Description

@pierDipi

Component

Helm Chart

Describe the bug

the llm-d-routing-sidecar seems to be an initContainer, why is llm-d-routing-sidecar an initContainer and not a container?

initContainers:
- name: routing-proxy
image: {{ include "modelservice.routingProxyImage" . }}
securityContext:
capabilities:
drop:
- MKNOD
allowPrivilegeEscalation: false
args:
- "--port=8000"
- "--vllm-port=8001"
ports:
- containerPort: 8000
protocol: TCP
restartPolicy: Always
imagePullPolicy: {{ .Values.modelservice.routingProxy.image.imagePullPolicy }}

Steps to reproduce

helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add llm-d https://llm-d.ai/llm-d-deployer

helm template llm-d llm-d/llm-d | grep -A 15 initContainers

Additional context or screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    chartRelated to the Helm Chart

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions