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

Allow configuring calico-windows-node readiness/liveness probes as HTTP instead of exec when deployed via operator #11825

Open
@cozu111

Description

@cozu111

Hello,

We are running Calico for Windows nodes deployed via the Tigera Operator, and we are facing issues caused by the current exec-based readiness and liveness probes in the calico-windows-node DaemonSet.

The exec probes trigger execution of commands inside the container, which in our environment leads to memory leaks or gradual memory growth in the containerd shim process. This appears to be related to known containerd issues on Windows:

containerd/containerd#7375

#6753

#6861

When Calico is installed via the Tigera Operator, the operator fully manages the calico-windows-node DaemonSet. Any manual modifications to the DaemonSet (such as changing readiness/liveness probes from exec to httpGet) are immediately reverted.
This prevents us from applying a workaround that replaces exec probes with httpGet, even though:
calico-windows-node does expose HTTP health endpoints

Switching probes to HTTP successfully mitigates the memory growth issue in our tests

Our current workaround is to disable the Tigera Operator and manually patch the DaemonSet, which is not ideal and breaks the desired operator-managed workflow.

When installed via operator, Calico on Windows uses hcsshim directly rather than NSSM / Windows services.

The HTTP health endpoints are already available, so no application-level changes appear necessary — only operator-level configurability.

Environment

Kubernetes: 1.33.4

Calico: (add your version)

Installation method: Tigera Operator

OS: Windows Server 2022

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2026 Movatter.jp