Mint-System / Mint-System/Kubernetes-Build

Podman compatibility

Open Beginner friendly
#3 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
0
Forks
3
PR merge metrics
No merged PRs in 30d

Description

This issue documents some Podman compatibility details found during the Hackdays Uri 2026.

To start the project locally, I needed to update the start command in the task file and change the following line:

-kind create cluster
+systemd-run --scope --user -p "Delegate=yes" kind create cluster

I tried using the "proper" solution to set Delegate=yes in config files, but I likely didn't update the correct one, so it might have been overridden by other files or default options.

More details:
https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-podman

Apart from this small update, the project seems to run well locally (based on a quick test)!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the start command in the task file and compare it with the rootless Podman guidance linked in the issue. Verify the project locally with rootless Podman and confirm that the kind cluster starts successfully; the documented command should work without other configuration changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, shell
Domain
devops, infrastructure
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
82/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.