Skip to content
  1. Aug 26, 2021
  2. Aug 25, 2021
  3. Aug 24, 2021
  4. Aug 23, 2021
  5. Aug 21, 2021
  6. Aug 20, 2021
  7. Aug 19, 2021
  8. Aug 16, 2021
  9. Aug 13, 2021
  10. Aug 12, 2021
  11. Aug 11, 2021
  12. Aug 09, 2021
  13. Aug 02, 2021
  14. Jul 30, 2021
  15. Jul 28, 2021
  16. Jul 27, 2021
  17. Jul 26, 2021
    • Maxime Guyot's avatar
    • Kenichi Omichi's avatar
      Fix how to get image ID on offline deployment (#7808) · 8f44cd35
      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.
      8f44cd35
  18. Jul 23, 2021
    • AnatomicJC's avatar
      CRI-O: Install libseccomp2 from backports on Debian 10 (#7816) · 627a06e3
      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
      627a06e3
    • Samuel's avatar
      fix(misc): contrib/terraform/aws (#7818) · bfebcfa2
      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
      bfebcfa2
  19. Jul 22, 2021
    • Kenichi Omichi's avatar
      Separate gvisor_download_url for runsc and shim (#7760) · 56e23086
      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.
      56e23086
    • Kenichi Omichi's avatar
      Allow failure on tf-elax_ubuntu18-calico (#7814) · e5ee4740
      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.
      e5ee4740
  20. Jul 21, 2021
  21. Jul 20, 2021
Loading