Skip to content

[BUG] ERROR: failed to create cluster: could not find a log line that matches "Reached target .*Multi-User System.*|detected cgroup v1" #28

Description

@bbigras

name: Bug Report
about: Create a report to help us improve Airlift
title: ''
labels: 'bug'
assignees: ''


Describe the Bug

Environment

Airlift Version:
airlift-0.4.0

Helm Version:
version.BuildInfo{Version:"v3.19.1", GitCommit:"v3.19.1", GitTreeState:"", GoVersion:"go1.25.4"}

Docker Version:
Client: Podman Engine
Version: 5.7.0
API Version: 5.7.0
Go Version: go1.25.4
Built: Mon Dec 31 19:00:00 1979
OS/Arch: linux/amd64

Kind Version:
kind v0.30.0 go1.25.4 linux/amd64

Operating System and Version:
nixos-unstable

To Reproduce

Steps to reproduce the behavior:

~/.config/airlift/config.yaml

helm_chart_version: 1.18.0
image: apache/airflow:3.1.5
port: 8080
  1. cd ~/tmp
  2. mkdir dags plugins
  3. airlift start -d dags -p plugins
  4. See error
❯ airlift start -d dags -p plugins
✔ Checking `kind` installation
✔ Checking `docker` installation
✔ Checking `helm` installation
✔ Generating Config Files
✔ Building Base Docker Image
✖ Creating Cluster
ERROR: Failed to create cluster:


enabling experimental podman provider
Creating cluster "airlift" ...
 � Ensuring node image (kindest/node:v1.34.0) �  ...
 � Ensuring node image (kindest/node:v1.34.0) �
 � Preparing nodes �   ...
 � Preparing nodes �
Deleted nodes: ["airlift-control-plane"]
ERROR: failed to create cluster: could not find a log line that matches "Reached target .*Multi-User System.*|detected cgroup v1"

Expected Behavior

Screenshots or Logs

Additional Context

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions