Skip to content
  1. Apr 23, 2021
    • Cristian Calin's avatar
      Initial AlmaLinux support (#7538) · 73db44b0
      Cristian Calin authored
      * AlmaLinux: ansible>2.9.19 is needed to know about AlmaLinux
      
      * AlmaLinux: identify as a centos derrivative
      
      * AlmaLinux: add AlmaLinux to checks for CentOS
      
      * Use ansible_os_family to compare family and not distribution
      73db44b0
  2. Apr 22, 2021
  3. Apr 21, 2021
  4. Apr 19, 2021
  5. Apr 16, 2021
  6. Apr 15, 2021
  7. Apr 14, 2021
  8. Apr 13, 2021
  9. Apr 12, 2021
  10. Apr 11, 2021
  11. Apr 09, 2021
  12. Apr 08, 2021
  13. Apr 07, 2021
  14. Apr 06, 2021
    • Frank Ritchie's avatar
      Update cilium_ipsec_enabled check (#7413) · a6622b17
      Frank Ritchie authored
      When attempting a fresh install without cilium_ipsec_enabled I ran
      into the following error:
      
      failed: [k8m01] (item={'name': 'cilium', 'file': 'cilium-secret.yml', 'type': 'secret', 'when': 'cilium_ipsec_enabled'}) =>
      {"ansible_loop_var": "item", "changed": false, "item": {"file": "cilium-secret.yml", "name": "cilium", "type": "secret",
      "when": "cilium_ipsec_enabled"},"msg": "AnsibleUndefinedVariable: 'cilium_ipsec_key' is undefined"}
      
      Moving the when condition from the item level to the task level solved
      the issue.
      a6622b17
    • Maciej Wereski's avatar
      Add KubeSchedulerConfiguration for k8s 1.19 and up (#7351) · 771a5e26
      Maciej Wereski authored
      
      
      * Add KubeSchedulerConfiguration for k8s 1.19 and up
      
      With release of version 1.19.0 of kubernetes KubeSchedulerConfiguration
      was graduated to beta. It allows to extend different stages of
      scheduling with profiles. Such effect is achieved by using plugins and
      extensions.
      
      This patch adds KubeSchedulerConfiguration for versions 1.19 and later.
      Configuration is set to k8s defaults or to kubespray vars. Moving those
      defaults to new vars will be done in following patch.
      
      Signed-off-by: default avatarMaciej Wereski <m.wereski@partner.samsung.com>
      
      * KubeSchedulerConfiguration: add defaults
      
      Signed-off-by: default avatarMaciej Wereski <m.wereski@partner.samsung.com>
      771a5e26
  15. Apr 05, 2021
  16. Apr 02, 2021
Loading