- Aug 23, 2022
-
-
Bishal das authored
-
Shelming.Song authored
-
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 -
Bishal das authored
-
Tristan authored
See #9035
-
Mohamed Zaian authored
-
- Aug 19, 2022
-
-
Ho Kim authored
-
- Aug 18, 2022
-
-
Tomas Zvala authored
* Add the option to enable default Pod Security Configuration Enable Pod Security in all namespaces by default with the option to exempt some namespaces. Without the change only namespaces explicitly configured will receive the admission plugin treatment. * Fix the PR according to code review comments * Revert the latest changes - leave the empty file when kube_pod_security_use_default, but add comment explaining the empty file - don't attempt magic at conditionally adding PodSecurity to kube_apiserver_admission_plugins_needs_configuration
-
GreatLazyMan authored
* Add 'flush ip6tables' task in reset role If enable_dual_stack_networks is set to true and ip6 is defined,ip6tables will be created. But when reset the kubernetes cluster, kubespray doesn't flush ip6tables. * [CI] fix molecule tests on opensuse by upgrading to 15.4 (#9175) * [CI] fix molecule tests on opensuse by upgrading to 15.4 * [opensuse] use correct python crytography package name depending on distribution version Co-authored-by: Cristian Calin <6627509+cristicalin@users.noreply.github.com>
-
Thearas authored
-
maxgio92 authored
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it> Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
-
Ho Kim authored
* Disable DNSStubListener for Flatcar Linux * Fix missing "Flatcar" condition of os_family
-
Robin Ramquist authored
* Subnet setup order fix & Number of master nodes syntax fix * Mistake fix! * Formatting
-
Piotr Kowalczyk authored
* Include missing azuredisk rbac manifest * Remove missing azure csi manifest * Remove invalid reference mount to waagent settings * Use cloud-config secret instead of /etc/kubernetes/cloud_config file
-
Samuel Liu authored
* update calico rr * fix bgppeer conf * fix yamllint * fix ansible lint * fix calico deploy * fix yamllint * fix some typo
-
- Aug 17, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Aug 16, 2022
-
-
Kay Yan authored
-
Mohamed Zaian authored
-
Jin Li authored
-
Alessio Greggi authored
This condition blocks the creation of the `etcd` user in certain conditions. Specifically, when you have a `etcd_deployment_type: kubeadm` and `kube_owner: root`. Being the `root` user already present on the system, this will not be a problem (due to the idempotency of ansible).
-
Peter Pan authored
-
- 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 09, 2022
-
-
Cristian Calin authored
when ingress-nginx is deployes without a class, we need to use 'ingress-controller-leader' resource instead of the default 'ingress-controller-leader-nginx' (#9156)
-
- Aug 06, 2022
-
-
Kenichi Omichi authored
To check the kube-vip version between readme.md and the default value on the role, this updates check_readme_versions.sh
-
- Aug 05, 2022
-
-
Kay Yan authored
-
emiran-orange authored
-
emiran-orange authored
-
- Aug 04, 2022
-
-
Florian Ruynat authored
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Aug 03, 2022
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Aug 02, 2022
-
-
Marco Fortina authored
-
Marco Fortina authored
-
- Aug 01, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Jul 31, 2022
-
-
Aveline authored
-
Mohamed Zaian authored
-
Samuel Liu authored
-