Skip to content
  1. Apr 09, 2018
  2. Mar 31, 2018
  3. Mar 30, 2018
  4. Mar 29, 2018
  5. Mar 24, 2018
  6. Mar 23, 2018
  7. Mar 21, 2018
  8. Mar 20, 2018
  9. Mar 15, 2018
    • woopstar's avatar
      Encapsulate item instead of casting to string · 40c0f375
      woopstar authored
      40c0f375
    • Andreas Krüger's avatar
      Added option for encrypting secrets to etcd v.2 (#2428) · 3d6fd491
      Andreas Krüger authored
      * Added option for encrypting secrets to etcd
      
      * Fix keylength to 32
      
      * Forgot the default
      
      * Rename secrets.yaml to secrets_encryption.yaml
      
      * Fix static path for secrets file to use ansible variable
      
      * Rename secrets.yaml.j2 to secrets_encryption.yaml.j2
      
      * Base64 encode the token
      
      * Fixed merge error
      
      * Changed path to credentials dir
      
      * Update path to secrets file which is now readable inside the apiserver container. Set better file permissions
      
      * Add encryption option to k8s-cluster.yml
      3d6fd491
  10. Mar 14, 2018
    • Andreas Krüger's avatar
      Make sure output from extra args is strings · 788e41a3
      Andreas Krüger authored
      Setting the following:
      
      ```
      kube_kubeadm_controller_extra_args:
        address: 0.0.0.0
        terminated-pod-gc-threshold: "100"
      ```
      
      Results in `terminated-pod-gc-threshold: 100` in the kubeadm config file. But it has to be a string to work.
      788e41a3
  11. Mar 13, 2018
  12. Mar 05, 2018
    • Ayaz Ahmed Khan's avatar
      Explicitly defines the --kubelet-preferred-address-types parameter · 89847d56
      Ayaz Ahmed Khan authored
      to the API server configuration.
      
      This solves the problem where if you have non-resolvable node names,
      and try to scale the server by adding new nodes, kubectl commands
      start to fail for newly added nodes, giving a TCP timeout error when
      trying to resolve the node hostname against a public DNS.
      89847d56
  13. Mar 01, 2018
  14. Feb 22, 2018
  15. Feb 17, 2018
    • melkosoft's avatar
      Added cilium support (#2236) · f13e76d0
      melkosoft authored
      * Added cilium support
      
      * Fix typo in debian test config
      
      * Remove empty lines
      
      * Changed cilium version from <latest> to <v1.0.0-rc3>
      
      * Add missing changes for cilium
      
      * Add cilium to CI pipeline
      
      * Fix wrong file name
      
      * Check kernel version for cilium
      
      * fixed ci error
      
      * fixed cilium-ds.j2 template
      
      * added waiting for cilium pods to run
      
      * Fixed missing EOF
      
      * Fixed trailing spaces
      
      * Fixed trailing spaces
      
      * Fixed trailing spaces
      
      * Fixed too many blank lines
      
      * Updated tolerations,annotations in cilium DS template
      
      * Set cilium_version to iptables-1.9 to see if bug is fixed in CI
      
      * Update cilium image tag to v1.0.0-rc4
      
      * Update Cilium test case CI vars filenames
      
      * Add optional prometheus flag, adjust initial readiness delay
      
      * Update README.md with cilium info
      f13e76d0
    • Dann Bohn's avatar
  16. Feb 16, 2018
  17. Feb 12, 2018
  18. Feb 09, 2018
  19. Feb 07, 2018
  20. Feb 05, 2018
  21. Feb 01, 2018
  22. Jan 30, 2018
  23. Jan 29, 2018
Loading