e664a0215e
Minikube provides addons and we can enable specific addons by passing the --addons arg when using minikube cli Change-Id: I8d10e3a3dde1070b5c79406285035dacb59dddc8
30 lines
709 B
ReStructuredText
30 lines
709 B
ReStructuredText
An ansible role to install kubernetes.
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: install_kubernetes_with_cluster
|
|
:default: True
|
|
|
|
If true, installs a Minikube cluster.
|
|
|
|
.. zuul:rolevar:: minikube_version
|
|
:default: latest
|
|
|
|
The version of Minikube to install.
|
|
|
|
.. zuul:rolevar:: minikube_dns_resolvers
|
|
:default: []
|
|
|
|
List of dns resolvers to configure in k8s. Use this to override the
|
|
resolvers that are found by default.
|
|
|
|
.. zuul:rolevar:: kubernetes_runtime
|
|
:default: docker
|
|
|
|
Which kubernetes runtime to use; values are ``docker`` or
|
|
``cri-o``.
|
|
|
|
.. zuul:rolevar:: ensure_kubernetes_minikube_addons
|
|
:default: []
|
|
|
|
List of addons to configure in k8s. Use this to enable the addons. |