- Aug 26, 2021
-
-
Olivier Clavel authored
Related pip bug: https://stackoverflow.com/questions/68687029/unable-to-build-kubespray-container-from-dockerfile Proposed workaround in comment: https://github.com/pypa/pip/issues/10219#issuecomment-887337037 Setting LANG only prior to launching pip fixes the issue with a successful build
-
Léopold Jacquot authored
-
Hari Hud authored
-
- Aug 25, 2021
-
-
Sergey authored
-
jayonlau authored
Although these errors are not important, they affect the code specification.
-
Cristian Calin authored
-
Pratik Raj authored
using --no-cache-dir flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead of using local cached one . Further , in case of Docker Containers , by restricting caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
-
Sergey authored
-
Cristian Calin authored
Bump calico version to 3.19.2 due to adding 3.20.0 earlier
-
rtsp authored
Fix task 'Cert Manager | Wait for Webhook pods become ready' failed due to webhook pods don't exist yet by using `retries..until` trick like kubernetes-sigs/kubespray#7842 This fix should be removed in the future if the kubernetes/kubernetes#83242 is resolved. Signed-off-by: rtsp <git@rtsp.us>
-
- Aug 24, 2021
- Aug 23, 2021
-
-
Samuel authored
* feat(containerd): auth support * fix(registry-auth): rename variable
-
- Aug 21, 2021
-
-
Hrittik Roy authored
-
Cristian Calin authored
-
- Aug 20, 2021
- Aug 19, 2021
-
-
Victor Morales authored
The main functions are wrapped by a sys.exit function which expects and argument. The curent implementation isn't returning values in all cases. This change ensures main functions return a value in all cases.
-
- Aug 16, 2021
-
-
Frank Ritchie authored
Now that 1.10 is out this is to make 1.9.9 the default. I am running this version successfully.
-
- Aug 13, 2021
-
-
Victor Morales authored
-
- Aug 12, 2021
-
-
Léopold Jacquot authored
-
- Aug 11, 2021
-
-
Cristian Calin authored
-
Daniil Muidinov authored
-
- Aug 09, 2021
-
-
Eugene Artemenko authored
-
rtsp authored
Fix task 'Cert Manager | Apply ClusterIssuer manifest' failed due to service/endpoints updating delayed even though the wekhook pod status is ready. Signed-off-by: rtsp <git@rtsp.us>
-
Victor Morales authored
-
- Aug 02, 2021
-
-
Shubham Deshmukh authored
-
- Jul 30, 2021
-
-
Smita Srivastava authored
-
Vitaliy D authored
Changes: * ClusterRole updated according to the latest manifests from https://github.com/kubernetes/cloud-provider-vsphere * vSphere CPI/CSI default versions bumped and tested successfully on K8S 1.21.1 * vSphere documentation updated Signed-off-by: Vitaliy D <vi7alya@gmail.com>
-
- Jul 28, 2021
-
-
Kenichi Omichi authored
non-kubeadm mode has been removed since ddffdb63 2.5 years ago. The non-kubeadm makes unnecessary confusion today, then this updates the documentation.
-
- Jul 27, 2021
-
-
Markus Opolka authored
- Added a hint about the kube_proxy_strict_arp configuration, which is required for MetalLB to work - See also https://github.com/kubernetes-sigs/kubespray/pull/5180/files
-
- Jul 26, 2021
-
-
Maxime Guyot authored
-
Kenichi Omichi authored
Previously IDs of container images were gotten from tar files of container images but that way was wrong. If multiple json files are contained in a tar file, the script got multiple IDs and tried to pass these IDs on `docker tag` command. Then the command was failed. This updates the script to get image IDs from `docker image inspect` command to fix this issue. In addition, this adds a check a registry container exists already or not before deploying registry container to avoid a container conflict failure.
-
- Jul 23, 2021
-
-
AnatomicJC authored
* CRI-O: Install libseccomp2 from backports on Debian 10 libseccomp2 is a required dependency of cri-o-runc package The one provided in Debian 10 repositories is outdated * 7816: Remove useless when condition As this condition is handled by block
-
Samuel authored
* fix(misc): terraform/aws - handles deployment with a single availability zone - handles deployment with more than two availability zone - handles etcd collocation with control-plane nodes (`aws_etcd_num=0`) - allows to set a bastion instances count (`aws_bastion_num`) - allows to set bastion/etcd/control-plane/workers rootfs volume size - removes variables from terraform.tfvars that were not re-used - adds .terraform.lock.hcl to .gitignore - changes/updates base image from ubuntu-18.03 to debian-10 tested by a few coworkers of mine, and myself: thanks for the outstanding work, on both those terraform samples and kubespray playbooks. I did not test ubuntu deployments, I could still swap from buster to focal. LMK. * fix(gitlab-ci) AFAIU, terraform.tfvars indentation should be fixed for / no diff returned running `terraform fmt -check -diff` https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/1445622114
-
- Jul 22, 2021
-
-
Kenichi Omichi authored
To download necessary files in advance for offline deployment, we can see all file URLs with contrib/offline/generate_list.sh Most URLs are downloadable, but gvisor's one is not because the URL is a part of full URLs for gvisor. To download gvisor's files from the URLs directory, this separates into two URLs for runsc and the shim.
-
Kenichi Omichi authored
tf-elax_ubuntu18-calico is so flake today. The test job is failed due to SSH connectivity check error after deploying virtual machines which are used for Kubernetes nodes. This allows failure on the job to see the test situation without pull request merger failures.
-
- Jul 21, 2021
-
-
cola-zero authored
-
- Jul 20, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-