kubernetes.adm.common role – Common Variables
Note
This role is part of the kubernetes.adm collection (version 1.0.0).
To install it use: ansible-galaxy collection install kubernetes.adm
.
To use it in a playbook, specify: kubernetes.adm.common
.
Entry point main
– Common Variables
Synopsis
Parameters
Parameter |
Comments |
---|---|
The API server port (non-load-balanced). Default: |
|
The cluster domain name. Default: |
|
The cluster name. Default: |
|
The Pod network CIDR. |
|
The service network CIDR. |
|
The control plane endpoint in the format ‘LOAD_BALANCER_DNS:LOAD_BALANCER_PORT’. See kubeadm documentation for more information. |
|
Inventory group name with all the control plane nodes. |
|
Some tasks require a control plane node to delegate to. For example, joining a second control plane node, an existing control plane is needed to perform the join. In such case, we use ‘joined_control_plane_node’ as the existing node. Default: |
|
The kubeadm configuration API version. For example ‘v1beta3’. |
|
Add additional Subject Alternative Names (SANs) for the API server certificate. Default: |
|
The kubeadm ClusterConfiguration object. To override use |
|
Can be used to override part of the A simple merge using the combine filter. |
|
Where to store the kubeadm config file. Default: |
|
The kubeadm InitConfiguration object. To override use |
|
Can be used to override part of the A simple merge using the combine filter. |
|
The kubeadm JoinConfiguration object. To override use |
|
Can be used to override part of the A simple merge using the combine filter. |
|
The kubeadm KubeletConfiguration object. To override use |
|
Can be used to override part of the A simple merge using the combine filter. |
|
kubeadm components patches directory. Default: |
|
List of kubeadm init phases that will be skipped. Default: |
|
The Kubernetes version to install/upgrade. |
|
To allow for a shorter inventory names, Typically, it will be defined in terms of For example, {{ node_hostname }}.example.com. It’s REQUIRED that the Default: |