Skip to content
  1. Mar 14, 2017
    • Vincent Schwarzer's avatar
      Granular authentication Control · 026da060
      Vincent Schwarzer authored
      It is now possible to deactivate selected authentication methods
      (basic auth, token auth) inside the cluster by adding
      removing the required arguments to the Kube API Server and generating
      the secrets accordingly.
      
      The x509 authentification is currently not optional because disabling it
      would affect the kubectl clients deployed on the master nodes.
      026da060
  2. Mar 13, 2017
  3. Mar 06, 2017
  4. Mar 05, 2017
  5. Mar 04, 2017
  6. Mar 03, 2017
  7. Mar 02, 2017
  8. Mar 01, 2017
    • Vijay Katam's avatar
      Add support for atomic host · a0b1eda1
      Vijay Katam authored
      Updates based on feedback
      
      Simplify checks for file exists
      
      remove invalid char
      
      Review feedback. Use regular systemd file.
      
      Add template for docker systemd atomic
      a0b1eda1
    • Artem Panchenko's avatar
      Allow connections from pods to local endpoints · fa05d150
      Artem Panchenko authored
      By default Calico blocks traffic from endpoints
      to the host itself by using an iptables DROP
      action. It could lead to a situation when service
      has one alive endpoint, but pods which run on
      the same node can not access it. Changed the action
      to RETURN.
      fa05d150
  9. Feb 28, 2017
  10. Feb 27, 2017
  11. Feb 24, 2017
  12. Feb 23, 2017
  13. Feb 21, 2017
  14. Feb 20, 2017
  15. Feb 18, 2017
  16. Feb 17, 2017
    • Sergii Golovatiuk's avatar
      Fix fact tags · e91e58ae
      Sergii Golovatiuk authored
      
      
      Ansible playbook fails when tags are limited to "facts,etcd" or to
      "facts". This patch allows to run ansible-playbook to gather facts only
      that don't require calico/flannel/weave components to be verified. This
      allows to run ansible with 'facts,bootstrap-os' or just 'facts' to
      gether facts that don't require specific components.
      
      Signed-off-by: default avatarSergii Golovatiuk <sgolovatiuk@mirantis.com>
      e91e58ae
  17. Feb 16, 2017
    • Vladimir Rutsky's avatar
      Mount host's /var/log into kubelet container · bff955ff
      Vladimir Rutsky authored
      Kubelet is responsible for creating symlinks from /var/lib/docker to /var/log
      to make fluentd logging collector work.
      However without using host's /var/log those links are invisible to fluentd.
      
      This is done on rkt configuration too.
      bff955ff
Loading