- Jan 15, 2022
-
-
rtsp authored
More information: - kubernetes-sigs/kubespray#8393 - jetstack/cert-manager#4102 - jetstack/cert-manager#3717
-
- Jan 14, 2022
-
-
cyril-corbon authored
Signed-off-by:
Cyril Corbon <corboncyril@gmail.com>
-
- Jan 11, 2022
-
-
cyril-corbon authored
Signed-off-by:
Cyril Corbon <corboncyril@gmail.com>
-
Kenichi Omichi authored
This fixes the following types of failures: - empty-string-compare - literal-compare - risky-file-permissions - risky-shell-pipe - var-spacing In addition, this changes .gitlab-ci/lint.yml to block the same issue by using the same method at Kubespray CI.
-
- Jan 09, 2022
-
-
Kenichi Omichi authored
When running ansible-lint directly, we can see a lot of warning message like risky-file-permissions File permissions unset or incorrect This fixes the warning messages.
-
- Jan 08, 2022
-
-
Victor Morales authored
-
- Jan 07, 2022
-
-
cyril-corbon authored
Signed-off-by:
Cyril Corbon <corboncyril@gmail.com>
-
Florian Ruynat authored
* Update kube-router to 1.4.0 * Update Helm to 3.7.2 * Up coredns to 1.8.6 when k8s is 1.23.x
-
- Jan 05, 2022
-
-
Max Gautier authored
* Add kubectl variable * Replace kubectl usage by kubectl variable in roles * Remove redundant --kubeconfig on kubectl usage * Replace unecessary shell usage with command
-
- Jan 04, 2022
-
-
Unai Arríen authored
-
- Dec 22, 2021
-
-
zhengtianbao authored
-
- Dec 21, 2021
-
-
zhengtianbao authored
-
- Dec 17, 2021
-
-
Antoine Gatineau authored
-
- Dec 15, 2021
-
-
zhengtianbao authored
* registry: service add clusterIP, nodePort, loadBalancer support * modify camelcase name to underscore * Add registry service type compatibility check
-
- Dec 10, 2021
-
-
Cristian Calin authored
-
Steven Reitsma authored
-
- Dec 07, 2021
-
-
zhengtianbao authored
* Add registry TLS support * Add registry configmap and htpasswd auth
-
- Dec 06, 2021
-
-
toplordsaito authored
upstream_dns_servers should change corefile config even resolvconf_mode=docker_dns
-
Kenichi Omichi authored
If trying to pull k8scsi/csi-resizer image from gcr.io, we face the error like: $ docker pull gcr.io/k8scsi/csi-resizer:v1.0.0 Error response from daemon: Head https://gcr.io/v2/k8scsi/csi-resizer/ manifests/v1.0.0: unknown: Project 'project:k8scsi' not found or deleted. $ We can pull the image from quay.io instead. This fixes the issue.
-
- Dec 03, 2021
-
-
Florian Ruynat authored
-
- Dec 02, 2021
-
-
zhengtianbao authored
* set ingress-nginx default terminationGracePeriodSeconds to 5 min for the drain of connection * Add ingress_nginx_termination_grace_period_seconds at sample inventory
-
Cristian Calin authored
-
- Nov 24, 2021
-
-
ishizuka authored
-
- Nov 22, 2021
-
-
zhengtianbao authored
* Add registry replica setting * Add registry liveness and readiness probe * Set the security context for registry * Add registry pvc access mode option * registry add replica requirement check * docs: add registry replicas setting note * Update docs/kubernetes-apps/registry.md Co-authored-by:
Cristian Calin <6627509+cristicalin@users.noreply.github.com> Co-authored-by:
Cristian Calin <6627509+cristicalin@users.noreply.github.com>
-
- Nov 18, 2021
-
-
Mathieu Parent authored
Signed-off-by:
Mathieu Parent <math.parent@gmail.com>
-
- Nov 16, 2021
-
-
IKRozhkov authored
* add metallb auto-assign property for main IP range & update addons.yml for sample inventory * add new line at the end of file roles\kubernetes-apps\metallb\defaults\main.yml * set default value for matallb_auto_assign = true
-
zhengtianbao authored
-
- Nov 15, 2021
-
-
Samuel Liu authored
-
- Nov 13, 2021
-
-
zhengtianbao authored
-
- Nov 11, 2021
-
-
Ajarmar authored
-
- Nov 09, 2021
-
-
Cristian Calin authored
* nodelocaldns: allow a secondary pod for nodelocaldns for local-HA * CI: add job to test nodelocaldns secondary
-
zhengtianbao authored
-
- Nov 08, 2021
-
-
zhengtianbao authored
krew release urls changed since v0.4.2, clearly OS type and arch inside the filename. from: https://github.com/kubernetes-sigs/krew/releases/download/v0.4.1/krew.tar.gz to: https://github.com/kubernetes-sigs/krew/releases/download/v0.4.2/krew-linux_amd64.tar.gz define `host_os` like `host_architecture` determine which OS is krew installed at.
-
- Nov 07, 2021
-
-
Álvaro Torres Cogollo authored
* Added ArgoCD kubernetes-app * Update argocd_version to latest
-
- Nov 05, 2021
-
-
Antoine Gatineau authored
* cert-manager: add trusted internal ca when configured * wrong check for inventory variable * Update documentation
-
- Nov 01, 2021
-
-
zhengtianbao authored
* Ensure addon-resizer 1.8.11 only effective at arch amd64. k8s.gcr.io/addon-resizer:1.8.11 returns the amd64 image which is not executable at arm64. Disable addon-resizer when the platform is not amd64. When metrics-server upgrade and use addon-resizer:2.3, then revert this commit and `image_arch` will determine the `addon_resizer_image_tag`. * Add metrics_server_resizer architectures check
-
- Oct 28, 2021
-
-
Sergey authored
-
Krystian Młynek authored
-
irizzant authored
* fix(metrics-server): update defaults * fix(metrics-server): typo error
-
- Oct 27, 2021
-
-
Sébastien Masset authored
-