Skip to content

Commit

Permalink
Update REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Sep 20, 2024
1 parent 8e75125 commit ac51139
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ The following parameters are available in the `k8s::install::cni_plugins` class:
* [`method`](#-k8s--install--cni_plugins--method)
* [`version`](#-k8s--install--cni_plugins--version)
* [`download_url_template`](#-k8s--install--cni_plugins--download_url_template)
* [`package_name`](#-k8s--install--cni_plugins--package_name)

##### <a name="-k8s--install--cni_plugins--ensure"></a>`ensure`

Expand Down Expand Up @@ -536,6 +537,14 @@ template string for the cni_plugins download url

Default value: `'https://github.com/containernetworking/plugins/releases/download/%{version}/cni-plugins-linux-%{arch}-%{version}.tgz'`

##### <a name="-k8s--install--cni_plugins--package_name"></a>`package_name`

Data type: `Optional[String[1]]`



Default value: `undef`

### <a name="k8s--install--container_runtime"></a>`k8s::install::container_runtime`

Class: k8s::install::container_runtime
Expand Down Expand Up @@ -1252,6 +1261,7 @@ The following parameters are available in the `k8s::repo` class:
* [`container_manager`](#-k8s--repo--container_manager)
* [`crio_version`](#-k8s--repo--crio_version)
* [`manage_container_manager`](#-k8s--repo--manage_container_manager)
* [`major_version`](#-k8s--repo--major_version)

##### <a name="-k8s--repo--container_manager"></a>`container_manager`

Expand All @@ -1263,12 +1273,8 @@ Default value: `$k8s::container_manager`

##### <a name="-k8s--repo--crio_version"></a>`crio_version`

Data type: `String[1]`

version o cri-o

Default value: `$k8s::version.split('\.')[0, 2].join('.')`

##### <a name="-k8s--repo--manage_container_manager"></a>`manage_container_manager`

Data type: `Boolean`
Expand All @@ -1277,6 +1283,14 @@ whether to add cri-o repository or not

Default value: `$k8s::manage_container_manager`

##### <a name="-k8s--repo--major_version"></a>`major_version`

Data type: `String[1]`



Default value: `$k8s::version.split('\.')[0, 2].join('.')`

### <a name="k8s--server"></a>`k8s::server`

Sets up a Kubernetes server instance
Expand Down

0 comments on commit ac51139

Please sign in to comment.