Skip to content

Fixing "integration-k8s-leadership-tests"#18299

Merged
cryptoe merged 8 commits intoapache:masterfrom
cryptoe:fix_nested_query_pushdown
Jul 21, 2025
Merged

Fixing "integration-k8s-leadership-tests"#18299
cryptoe merged 8 commits intoapache:masterfrom
cryptoe:fix_nested_query_pushdown

Conversation

@cryptoe
Copy link
Contributor

@cryptoe cryptoe commented Jul 21, 2025

There was a Cgroup mismatch issue:
Docker was using : systemd where as the older version of K3s (v1.21) and kubectl defaults to cgroupfs.
Hence:

  • updated both kubectl and k3s to the latest version.
  • updated setup_k8s_cluster.sh for easier debugging.

This run : https://github.com/apache/druid/actions/runs/16409555884/job/46361961829 has more details.

Jul 21 06:09:32 pkrvm4h0tjkhlvh k3s[3026]: E0721 06:09:32.283529    3026 server.go:288] "Failed to run kubelet" err="failed to run Kubelet: misconfiguration: kubelet cgroup driver: \"cgroupfs\" is different from docker cgroup driver: \"systemd\""

@github-actions github-actions bot added the GHA label Jul 21, 2025
@cryptoe cryptoe changed the title [WIP] Fixing "integration-k8s-leadership-tests" Fixing "integration-k8s-leadership-tests" Jul 21, 2025
@cryptoe cryptoe merged commit 48cf745 into apache:master Jul 21, 2025
76 checks passed
ashibhardwaj pushed a commit to ashibhardwaj/druid that referenced this pull request Jul 23, 2025
There was a Cgroup mismatch issue:
Docker was using : systemd where as the older version of K3s (v1.21) and kubectl defaults to cgroupfs.
Hence:

    updated both kubectl and k3s to the latest version.
    updated setup_k8s_cluster.sh for easier debugging.
@cecemei cecemei added this to the 35.0.0 milestone Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants