Skip to content
  1. Apr 06, 2017
  2. Apr 05, 2017
  3. Apr 04, 2017
  4. Apr 03, 2017
  5. Mar 30, 2017
  6. Mar 29, 2017
  7. Mar 27, 2017
  8. Mar 24, 2017
  9. Mar 23, 2017
  10. Mar 22, 2017
  11. Mar 21, 2017
  12. Mar 20, 2017
  13. Mar 17, 2017
  14. Mar 16, 2017
  15. Mar 15, 2017
  16. Mar 14, 2017
    • Sergii Golovatiuk's avatar
      Turn on iptables for flannel · 9667e861
      Sergii Golovatiuk authored
      
      
      Closes: #1135
      Closes: #1026
      Signed-off-by: default avatarSergii Golovatiuk <sgolovatiuk@mirantis.com>
      9667e861
    • 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
    • Matthew Mosesohn's avatar
      Migrate k8s data to etcd3 api store · 804e9a09
      Matthew Mosesohn authored
      Default backend is now etcd3 (was etcd2).
      The migration process consists of the following steps:
      * check if migration is necessary
      * stop etcd on first etcd server
      * run migration script
      * start etcd on first etcd server
      * stop kube-apiserver until configuration is updated
      * update kube-apiserver
      * purge old etcdv2 data
      804e9a09
Loading