forked from kubernetes-sigs/kubespray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set containerd version to 1.4.4 (kubernetes-sigs#7398)
* Set containerd version to 1.4.3 * Set containerd version to 1.4.4 Co-authored-by: Barry Melbourne <[email protected]>
- Loading branch information
1 parent
b78ae86
commit dd49d57
Showing
19 changed files
with
176 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,30 @@ | ||
--- | ||
# Please see roles/container-engine/containerd/defaults/main.yml for more configuration options | ||
|
||
# Example: define registry mirror for docker hub | ||
|
||
# containerd_config: | ||
# grpc: | ||
# max_recv_message_size: 16777216 | ||
# max_send_message_size: 16777216 | ||
# debug: | ||
# level: "" | ||
# registries: | ||
# "docker.io": | ||
# - "https://mirror.gcr.io" | ||
# - "https://registry-1.docker.io" | ||
# max_container_log_line_size: -1 | ||
# metrics: | ||
# address: "" | ||
# grpc_histogram: false | ||
# containerd_default_runtime: "runc" | ||
# containerd_snapshotter: "native" | ||
|
||
# containerd_runtimes: | ||
# - name: runc | ||
# type: "io.containerd.runc.v2" | ||
# engine: "" | ||
# root: "" | ||
# Example for Kata Containers as additional runtime: | ||
# - name: kata | ||
# type: "io.containerd.kata.v2" | ||
# engine: "" | ||
# root: "" | ||
|
||
# containerd_grpc_max_recv_message_size: 16777216 | ||
# containerd_grpc_max_send_message_size: 16777216 | ||
|
||
# containerd_debug_level: "info" | ||
|
||
# containerd_metrics_address: "" | ||
|
||
# containerd_metrics_grpc_histogram: false | ||
|
||
# containerd_registries: | ||
# "docker.io": "https://registry-1.docker.io" | ||
|
||
# containerd_max_container_log_line_size: -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--- | ||
containerd_version: '1.3.9' | ||
containerd_package: 'containerd.io' |
8 changes: 8 additions & 0 deletions
8
roles/container-engine/containerd-common/vars/debian-stretch.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
containerd_versioned_pkg: | ||
'latest': "{{ containerd_package }}" | ||
'1.3.7': "{{ containerd_package }}=1.3.7-1" | ||
'1.3.9': "{{ containerd_package }}=1.3.9-1" | ||
'1.4.3': "{{ containerd_package }}=1.4.3-1" | ||
'stable': "{{ containerd_package }}=1.4.3-1" | ||
'edge': "{{ containerd_package }}=1.4.3-1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
--- | ||
containerd_versioned_pkg: | ||
'latest': "{{ containerd_package }}" | ||
'1.2.4': "{{ containerd_package }}=1.2.4-1" | ||
'1.2.5': "{{ containerd_package }}=1.2.5-1" | ||
'1.2.6': "{{ containerd_package }}=1.2.6-3" | ||
'1.2.10': "{{ containerd_package }}=1.2.10-3" | ||
'1.2.12': "{{ containerd_package }}=1.2.12-1" | ||
'1.2.13': "{{ containerd_package }}=1.2.13-2" | ||
'1.3.7': "{{ containerd_package }}=1.3.7-1" | ||
'1.3.9': "{{ containerd_package }}=1.3.9-1" | ||
'stable': "{{ containerd_package }}=1.3.9-1" | ||
'edge': "{{ containerd_package }}=1.3.9-1" | ||
'1.4.3': "{{ containerd_package }}=1.4.3-2" | ||
'1.4.4': "{{ containerd_package }}=1.4.4-1" | ||
'stable': "{{ containerd_package }}=1.4.4-1" | ||
'edge': "{{ containerd_package }}=1.4.4-1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
--- | ||
containerd_versioned_pkg: | ||
'latest': "{{ containerd_package }}" | ||
'1.2.10': "{{ containerd_package }}-1.2.10-3.2.fc{{ ansible_distribution_major_version }}" | ||
'1.2.12': "{{ containerd_package }}-1.2.12-3.1.fc{{ ansible_distribution_major_version }}" | ||
'1.2.13': "{{ containerd_package }}-1.2.13-3.2.fc{{ ansible_distribution_major_version }}" | ||
'1.3.7': "{{ containerd_package }}-1.3.7-3.1.fc{{ ansible_distribution_major_version }}" | ||
'1.3.9': "{{ containerd_package }}-1.3.9-3.1.fc{{ ansible_distribution_major_version }}" | ||
'stable': "{{ containerd_package }}-1.3.9-3.1.fc{{ ansible_distribution_major_version }}" | ||
'edge': "{{ containerd_package }}-1.3.9-3.1.fc{{ ansible_distribution_major_version }}" | ||
'1.4.3': "{{ containerd_package }}-1.4.3-3.2.fc{{ ansible_distribution_major_version }}" | ||
'1.4.4': "{{ containerd_package }}-1.4.4-3.1.fc{{ ansible_distribution_major_version }}" | ||
'stable': "{{ containerd_package }}-1.4.4-3.1.fc{{ ansible_distribution_major_version }}" | ||
'edge': "{{ containerd_package }}-1.4.4-3.1.fc{{ ansible_distribution_major_version }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
--- | ||
containerd_versioned_pkg: | ||
'latest': "{{ containerd_package }}" | ||
'1.2.4': "{{ containerd_package }}-1.2.4-3.1.el7" | ||
'1.2.5': "{{ containerd_package }}-1.2.5-3.1.el7" | ||
'1.2.6': "{{ containerd_package }}-1.2.6-3.3.el7" | ||
'1.2.10': "{{ containerd_package }}-1.2.10-3.2.el7" | ||
'1.2.12': "{{ containerd_package }}-1.2.12-3.1.el7" | ||
'1.2.13': "{{ containerd_package }}-1.2.13-3.2.el7" | ||
'1.3.7': "{{ containerd_package }}-1.3.7-3.1.el{{ ansible_distribution_major_version }}" | ||
'1.3.9': "{{ containerd_package }}-1.3.9-3.1.el{{ ansible_distribution_major_version }}" | ||
'stable': "{{ containerd_package }}-1.3.9-3.1.el{{ ansible_distribution_major_version }}" | ||
'edge': "{{ containerd_package }}-1.3.9-3.1.el{{ ansible_distribution_major_version }}" | ||
'1.4.3': "{{ containerd_package }}-1.4.3-3.2.el{{ ansible_distribution_major_version }}" | ||
'1.4.4': "{{ containerd_package }}-1.4.4-3.1.el{{ ansible_distribution_major_version }}" | ||
'stable': "{{ containerd_package }}-1.4.4-3.1.el{{ ansible_distribution_major_version }}" | ||
'edge': "{{ containerd_package }}-1.4.4-3.1.el{{ ansible_distribution_major_version }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
--- | ||
containerd_versioned_pkg: | ||
'latest': "{{ containerd_package }}" | ||
'1.2.10': "{{ containerd_package }}=1.2.10-3" | ||
'1.2.12': "{{ containerd_package }}=1.2.12-1" | ||
'1.2.13': "{{ containerd_package }}=1.2.13-2" | ||
'1.3.7': "{{ containerd_package }}=1.3.7-1" | ||
'1.3.9': "{{ containerd_package }}=1.3.9-1" | ||
'stable': "{{ containerd_package }}=1.3.9-1" | ||
'edge': "{{ containerd_package }}=1.3.9-1" | ||
'1.4.3': "{{ containerd_package }}=1.4.3-2" | ||
'1.4.4': "{{ containerd_package }}=1.4.4-1" | ||
'stable': "{{ containerd_package }}=1.4.4-1" | ||
'edge': "{{ containerd_package }}=1.4.4-1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.