Skip to content
Snippets Groups Projects
  1. Oct 28, 2020
    • 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
  2. Oct 06, 2020
  3. Sep 30, 2020
  4. Sep 04, 2020
  5. Aug 27, 2020
  6. Jul 30, 2020
  7. Jun 09, 2020
  8. May 28, 2020
  9. Apr 22, 2020
  10. Apr 17, 2020
  11. Apr 15, 2020
  12. Mar 30, 2020
  13. Feb 07, 2020
  14. Jan 06, 2020
  15. Nov 11, 2019
  16. Aug 15, 2019
  17. Aug 07, 2019
  18. Jul 16, 2019
  19. Jun 11, 2019
  20. Jun 05, 2019
  21. Apr 29, 2019
  22. Apr 24, 2019
  23. Apr 23, 2019
  24. Apr 17, 2019
  25. Apr 10, 2019
  26. Feb 05, 2019
  27. Dec 29, 2018
  28. Nov 30, 2018
  29. Nov 27, 2018
  30. Nov 13, 2018
  31. Oct 23, 2018
  32. Oct 20, 2018
  33. Oct 17, 2018
  34. Sep 25, 2018
    • Kuldip Madnani's avatar
      Adding pod priority for all the components. (#3361) · 36898a2c
      Kuldip Madnani authored
      * Changes to assign pod priority to kube components.
      
      * Removed the boolean flag pod_priority_assignment
      
      * Created new priorityclass k8s-cluster-critical
      
      * Created new priorityclass k8s-cluster-critical
      
      * Fixed the trailing spaces
      
      * Fixed the trailing spaces
      
      * Added kube version check while creating Priority Class k8s-cluster-critical
      
      * Moved k8s-cluster-critical.yml
      
      * Moved k8s-cluster-critical.yml to kube_config_dir
      36898a2c
  35. Sep 03, 2018
  36. Sep 02, 2018
    • Pablo Estigarribia's avatar
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version · 7cbe3c21
      Pablo Estigarribia authored
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      remove empty when line
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      force kubeadm upgrade due to failure without --force flag
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      added nodeSelector to have compatibility with hybrid cluster with win nodes, also fix for download with missing container type
      
      fixes in syntax and LF for newline in files
      
      fix on yamllint check
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      some cleanup for innecesary lines
      
      remove conditions for nodeselector
      7cbe3c21
Loading