- Nov 16, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Nov 08, 2022
-
-
Ilya Margolin authored
by setting a default runtime spec with a patch for RLIMIT_NOFILE. - Introduces containerd_base_runtime_spec_rlimit_nofile. - Generates base_runtime_spec on-the-fly, to use the containerd version of the node.
-
- Oct 31, 2022
-
-
lijin-union authored
-
- Oct 21, 2022
-
-
Florian Ruynat authored
-
- Oct 19, 2022
-
-
Cristian Calin authored
* [cri-o] use cri-o from upstream instead of kubic/OBS * [cri-o] add proper molecule coverage * [skopeo] download skopeo from upstream build * [cri-o] clean up legacy deployments * disable cri-o per-distribution variables
-
- Oct 12, 2022
-
-
Kenichi Omichi authored
When we saw 0 as the default value of containerd_oom_score, we had a question why the value was not -999. This adds the note to explain it.
-
- Oct 07, 2022
-
-
Kenichi Omichi authored
To block merging pull requests which contain typo automatically.
-
- Sep 24, 2022
-
-
Ilya Margolin authored
-
Victor Morales authored
The ostree variable is not defined previously raising an error when the runtime tries to read it.
-
- Sep 23, 2022
-
-
Ilya Margolin authored
and supply a default runtime spec.
-
- Sep 21, 2022
-
-
Ilya Margolin authored
by concatenating default and additional runtimes
-
- Sep 13, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Aug 29, 2022
-
-
Cristian Calin authored
-
- Aug 24, 2022
-
-
Krystian Młynek authored
* cri-dockerd: add restart of docker.service * remove enabling of cri-dockerd.socket
-
- Aug 23, 2022
-
-
Pavel Chekin authored
For the following configuration ``` containerd_insecure_registries: docker.io: - dockerhubcache.example.com ``` the rendered /etc/containerd/config.toml contains ``` [plugins."io.containerd.grpc.v1.cri".registry.configs."docker.io".tls] insecure_skip_verify = true ``` but it needs to be ``` [plugins."io.containerd.grpc.v1.cri".registry.configs."dockerhubcache.example.com".tls] insecure_skip_verify = true ```
-
- Aug 22, 2022
-
-
Mostafa Ghadimi authored
*
🌱 Enable cri-dockerd service *🔨 Fix the task name in order to pass the CI tests
-
- Aug 15, 2022
-
-
Cristian Calin authored
* [CI] fix molecule tests on opensuse by upgrading to 15.4 * [opensuse] use correct python crytography package name depending on distribution version
-
- Aug 04, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Aug 01, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Jul 19, 2022
-
-
pil57852 authored
* Update main.yaml * remove version in dpkg_selection name * make lint happy * Fix typo * add comment / remove useless contition * remove dpkg hold in reset tasks
-
- Jul 05, 2022
-
-
Kay Yan authored
-
- Jun 27, 2022
-
-
rptaylor authored
-
- Jun 23, 2022
-
-
Cristian Calin authored
* [pod-infra] bump pod infra container version to 3.6 * [cri-dockerd] align pod infra container image with other CRIs
-
- Jun 17, 2022
-
-
Alessio Greggi authored
* feat: make kubernetes owner parametrized * docs: update hardening guide with configuration for CIS 1.1.19 * fix: set etcd data directory permissions to be compliant to CIS 1.1.12
-
- Jun 16, 2022
-
-
Florian Ruynat authored
-
- Jun 15, 2022
-
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
* extra admission controls now don't have a version in their file names eventratelimit.v1beta2.yaml.j2 -> eventratelimit.yaml.j2 * cri_socket variable includes the unix:// prefix to be conformat with upstream
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
[docker] use cri-dockerd instead of dockershim for any kubernetes version deployed with docker as the container_manager
-
Calin Cristian Andrei authored
* use new artifact release name * enable cri-dockerd dual setack support if enable_dual_stack_networks
-
Calin Cristian Andrei authored
-
- Jun 14, 2022
-
-
orange-llajeanne authored
-
Florian Ruynat authored
-
- Jun 09, 2022
-
-
Kenichi Omichi authored
When running molecule jobs, we saw the folloing warning message: [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. callbacks_enabled has been added since Ansible 2.11 and Kubespray is using Ansible 2.12 at master branch. So we can use callbacks_enabled safely to avoid the warning message.
-
- May 24, 2022
-
-
Thearas authored
-
- May 09, 2022
-
-
Victor Morales authored
* Update Kata containers binary to 2.4.1 version * Update overhead kata runtime values * Fix kata-qemu default values in CRI-O
-
- May 04, 2022
-
-
Calin Cristian Andrei authored
-
- Apr 29, 2022
-
-
Chris Ricker authored
* Force containerd service unmasking Force systemd to unmask and start service when adding containerd service * Eliminate restart and move unmasking step Switch to start instead of restart Move unmasking to restart handler * Add unmasking to similar container runtimes * Add missing service names
-
- Apr 06, 2022
-
-
cyril-corbon authored
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
-
- Apr 04, 2022
-
-
cyril-corbon authored
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
-