fcf3202ba4
The old role will be kept and include ensure-kubernetes for backwards compatability. Change-Id: Ic0c18a833f4a07e123f8313673bd9c864d7d2919
26 lines
570 B
ReStructuredText
26 lines
570 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``.
|