Skip to content
  1. Dec 01, 2020
  2. Nov 30, 2020
  3. Nov 28, 2020
  4. Nov 27, 2020
    • Kenichi Omichi's avatar
      Fix warning of "Enable ip forwarding" (#6953) · c6f69404
      Kenichi Omichi authored
      The task outputs the following warning:
      
        TASK [kubernetes/preinstall : Enable ip forwarding]
        [WARNING]: The value 1 (type int) in a string field was converted
        to u'1' (type string). If this does not look like what you expect,
        quote the entire value to ensure it does not change.
      c6f69404
  5. Nov 26, 2020
  6. Nov 25, 2020
  7. Nov 24, 2020
  8. Nov 23, 2020
  9. Nov 13, 2020
    • Hans Feldt's avatar
      calico: avoid POD restart during initial deploy (#6886) · 70bbb3e2
      Hans Feldt authored
      calico PODs are first started and then in a handler killed and
      restarted for no reason, nothing has changed.
      
      By using the existing variable 'calico_cni_config' (only defined when
      calico has already started) the restart can be skipped.
      70bbb3e2
  10. Nov 11, 2020
  11. Nov 05, 2020
  12. Nov 04, 2020
  13. Nov 03, 2020
    • Hans Feldt's avatar
      crio: avoid extra restart after install and upgrade (#6882) · fc224536
      Hans Feldt authored
      Package upgrade restarts crio. By creating/updating config first,
      an extra restart can be avoided.
      fc224536
    • David Medinets's avatar
      Allow the eventRecordQPS setting to be set. (#6880) · fefcb8c9
      David Medinets authored
      * Allow the eventRecordQPS setting to be set.
      
      The eventRecordQPS parameter controls rate limiting for event recording. When zero, unlimited events can cause denial-of-service situations. For my situation, I don't need more than a setting of "5". This change allows me to configure the setting before creating the cluster.
      
      * Allow the eventRecordQPS setting to be set.
      
      The default settings (see types.go) is five. So, this change does not affect the cluster provisioning. However, it does allow for the setting to be changed.
      fefcb8c9
  14. Nov 02, 2020
  15. Oct 31, 2020
  16. Oct 29, 2020
  17. Oct 28, 2020
    • Mikhail Snetkov's avatar
    • David Medinets's avatar
      update version of ingress-nginx controller in docs. (#6855) · 12ab8b7a
      David Medinets authored
      * update version of ingress-nginx controller.
      
      Change tag from controller-v0.34.0 to controller-v0.40.2 to use newest tag.
      
      * Update docs about aws deploy templates.
      
      In the yaml templates, there is no mention of idle timeouts. This is why I removed the documentation about it. This might be a mistake. Please verify this. I don't know enough to verify it myself.
      
      * Change label when checking version.
      
      When checking for `app.kubernetes.io/name=ingress-nginx`, a completed pod was selected which is not helpful when trying to `exec`. Changing the label selects the running controller pod.
      
      * put back the information about ELB Idle Timeouts.
      
      When I removed the information, I had overlooked that it was mentioned in the L7 yaml file. Thanks.
      12ab8b7a
    • axelgobletbdr's avatar
      fixed bug in etcd retention where backups are not sorted by date (#6860) · 097bec47
      axelgobletbdr authored
      * fixed bug in etcd retention where backups are not sorted by date
      
      * added directory filter to find command
      097bec47
  18. Oct 26, 2020
    • Hans Feldt's avatar
      Install cri-o with package version (#6853) · d36b5d7d
      Hans Feldt authored
      and thereby support upgrade from e.g. 1.18.x to 1.19.y
      
      Included OSes:
      - Centos7/8
      - Ubuntu18/20
      
      New variables for overriding by default installed packages:
      - centos_crio_packages
      - ubuntu_crio_packages
      d36b5d7d
  19. Oct 23, 2020
  20. Oct 22, 2020
  21. Oct 21, 2020
    • Hans Feldt's avatar
      fix scaling in kubeadm etcd mode (#6822) · 3eefb5f2
      Hans Feldt authored
      'ansible.vars.hostvars.HostVarsVars object' has no attribute 'kubeadm_upload_cert'
      
      kubeadm_upload_cert will never be found as a hostvar for the first
      master since the task is executed for a worker.
      
      Fix by executing the upload task for the first master and register
      the needed key. After that, workers can read hostvars for the master
      
      Var kubeadm_etcd_refresh_cert_key removed since it no longer has
      any use.
      3eefb5f2
    • Hans Feldt's avatar
      allow non existing etcd group (#6797) · 04b19359
      Hans Feldt authored
      When using kubeadm managed etcd, configuring an etcd group can now
      be skipped.
      04b19359
Loading