Skip to content

Commit dd289a9

Browse files
committed
updated README
1 parent de0a7a6 commit dd289a9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,27 @@ Automation Framework
1616
2. You know the basics of [Podman Compose](https://docs.podman.io/en/latest/markdown/podman-compose.1.html).
1717
3. You know the basics of the [Compose Specification](https://compose-spec.io/).
1818

19+
* ["Normal Compose and Swarm Files"](./docker/compose)
20+
1921
## Assumptions if you are using Kubernetes single node or cluster
2022
1. You are using [microk8s](https://microk8s.io/).
2123
2. You have enabled [add-ons](https://microk8s.io/docs/addons) dns, metallb,
2224
storage, and registry in [microk8s](https://microk8s.io/).
2325
3. You know the basics of [Kubernetes/k8s](https://kubernetes.io/).
2426
4. You know the basics of [Kubernetes YAML](https://kubernetes.io/docs/reference/).
2527

28+
* ["Normal Kubernetes Manifests"](./k8s)
29+
2630
## Assumptions if you are using HELM with Kubernetes single node or cluster
2731
1. You know the basics of [HELM](https://helm.sh/).
2832

33+
* [HELM Packages](./helm)
34+
2935
## Assumptions if you are using Pod-Porter with Podman or Docker
3036
1. You know the basics of [Pod-Porter](https://pod-porter.readthedocs.io/en/latest)
3137

38+
* [Pod-Porter Packages](./porter)
39+
3240
## General Information
3341

3442
* The base Makefile is meant to be used with Docker Swarm

0 commit comments

Comments
 (0)