Skip to content
Snippets Groups Projects
  1. Mar 08, 2018
    • Chad Swenson's avatar
      kube Module Enhancements · 8960d5bc
      Chad Swenson authored
      * Multiple files are now supported across operations.
        * Can be specified as a list or a comma separated string.
        * Single item per task params will still work without changes.
      * Added `files`, `filenames`, and `file`, as aliases for the `filename` param.
      * Improved output of error message to always include stderr
      * `exists` now supports checking files
      
      Follow up PRs encouraged across roles to start converting `with_items` loops on `kube` tasks into `files` param lists so we can improve performance.
      8960d5bc
  2. Oct 26, 2017
  3. Sep 13, 2017
    • Matthew Mosesohn's avatar
      kubeadm support (#1631) · 67447260
      Matthew Mosesohn authored
      * kubeadm support
      
      * move k8s master to a subtask
      * disable k8s secrets when using kubeadm
      * fix etcd cert serial var
      * move simple auth users to master role
      * make a kubeadm-specific env file for kubelet
      * add non-ha CI job
      
      * change ci boolean vars to json format
      
      * fixup
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      67447260
  4. Sep 06, 2017
  5. Sep 05, 2017
    • Matthew Mosesohn's avatar
      Fix non-rbac deployment of resources as a list (#1613) · d279d145
      Matthew Mosesohn authored
      * Use kubectl apply instead of create/replace
      
      Disable checks for existing resources to speed up execution.
      
      * Fix non-rbac deployment of resources as a list
      
      * Fix autoscaler tolerations field
      
      * set all kube resources to state=latest
      
      * Update netchecker and weave
      d279d145
  6. May 08, 2017
  7. Jan 27, 2017
  8. Sep 13, 2016
    • Matthew Mosesohn's avatar
      Fix kubedns idempotency · ef43b215
      Matthew Mosesohn authored
      Removed api-version from kube.py because it is deprecated.
      Updating both kube.py because dnsmasq one is actually used.
      Fixed name back to kubedns for checking its resource.
      ef43b215
  9. Mar 20, 2016
Loading