Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 605 Bytes

Kind in Podman

This repository builds a Podman OCI image based on Ubuntu to start a KIND K8S Cluster.

Motivation

I use ArgoCD with the App of Apps pattern in my K8S setup. Before a new version of a Helm chart is rolled out, it should first be tested in a CI test with the e2e framework.

Requirements

Cgroups V2
IPv6 Kernel Modules

ip6_tables
ip6table_nat

Usage

@TODO