Skip to content
Snippets Groups Projects
  1. Oct 26, 2019
  2. Oct 23, 2019
    • Paul Gier's avatar
      Scripts and readme (#258) · c8273cf9
      Paul Gier authored
      
      * Avoid race condition when deploying quickstart example
      
      The namespace and CRD creation must happen before any dependent objects
      are created.  So we can put these in a separate directory (manifest/setup)
      so they can be created before the other objects.
      
      Some minor updates to the README and added a couple of scripts
      for the quickstarts
      
      Update travis script to avoid race condition
      
      Signed-off-by: default avatarPaul Gier <pgier@redhat.com>
      
      * simplify the example quickstart script and improve readme
      
      Signed-off-by: default avatarPaul Gier <pgier@redhat.com>
      
      * increase minikube memory to 6g for quickstart example
      c8273cf9
  3. Sep 26, 2019
  4. Aug 29, 2019
  5. Jul 10, 2019
  6. Jun 07, 2019
  7. Apr 18, 2019
  8. Apr 15, 2019
  9. Mar 26, 2019
  10. Mar 15, 2019
  11. Mar 12, 2019
  12. Mar 01, 2019
  13. Jan 31, 2019
  14. Jan 18, 2019
  15. Nov 28, 2018
  16. Nov 27, 2018
  17. Nov 09, 2018
  18. Nov 01, 2018
  19. Oct 29, 2018
  20. Oct 28, 2018
  21. Aug 01, 2018
  22. Jul 31, 2018
  23. Jul 27, 2018
  24. Jul 26, 2018
  25. Jul 25, 2018
  26. Jun 28, 2018
  27. May 25, 2018
  28. May 20, 2018
  29. May 18, 2018
  30. Apr 23, 2018
  31. Apr 15, 2018
    • naseemkullah's avatar
      Update kube-prometheus-on-kubeadm.md · 73b3259f
      naseemkullah authored
      In kubeadm 1.10 (and perhaps earlier versions, not sure), ctrl-mgr and scheduler pods' label key is `component=` rather than `k8s-app=`, which is the selector key used for kube-prometheus exporters for these components.
      73b3259f
  32. Apr 07, 2018
  33. Mar 12, 2018
  34. Mar 11, 2018
    • Jesse Stuart's avatar
      docs: Add missing argument in `kubeadm` workaround script. · f0a86796
      Jesse Stuart authored
      One of the `sed` commands for updating the kubeadm systemd
      file (`/etc/systemd/system/kubelet.service.d/10-kubeadm.conf`)
      was missing a `-i` reference to the file itself, causing it
      to hang indefinitely if ran as declared.
      
      I also wrapped this second `sed` in an `if grep ...` check,
      in order to make the operation idempotent.
      f0a86796
Loading