Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 799 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 799 Bytes

Role Variables

The following variables will change the behavior of this role (default values are shown below):

# Kubernetes version (used for kubectl)
k8s_version: "v1.24.3"

user: "student"

# use a value of "disabled" to skip installation
minikube_version: '1.26.1'
kubectl_version: "{{ k8s_version }}"
kubectx_version: "v0.9.4"
kubens_version: "v0.9.4"
kubectl_aliases_branch: "master"
helm3_version: '3.9.2'
kustomize_version: 'v5.0.0'
k9s_version: "v0.27.3"
kube_score_version: "1.14.0"

Local dev with Podman

Make sure the molecule podman driver is installed:

$  python3 -m pip install ansible 'molecule-podman' ansible-lint yamllint testinfra

Run the test (using podman, remove -s podman for docker)

$ molecule test -s podman