1. 09 Sep, 2019 4 commits
  2. 07 Sep, 2019 1 commit
  3. 06 Sep, 2019 9 commits
  4. 05 Sep, 2019 8 commits
  5. 04 Sep, 2019 10 commits
  6. 03 Sep, 2019 7 commits
    • Dax McDonald's avatar
      3f287e73
    • Darren Shepherd's avatar
      Vendor remotedialer · 19377a56
      Darren Shepherd authored
      19377a56
    • Darren Shepherd's avatar
      Switch to external remotedialer · aacc5a89
      Darren Shepherd authored
      aacc5a89
    • rajashree's avatar
      Call DeepEqual on select object fields · eabc87ee
      rajashree authored
      The global ns rbac controller calls DeepEqual on the entire Role and
      RoleBinding objects, this can cause continuous updates since some fields
      such as CreationTimestamp have to be different. This commit calls DeepEqual
      only on Subjects of RoleBinding, and on Rules in case of Roles.
      eabc87ee
    • Dax McDonald's avatar
      Cleanup legacy globalrolebindings finalizers to deleted clusters · c68d88ee
      Dax McDonald authored
      Previously, this only removed finalizers from deleted grbs with a 1 hour delay.
      This meant that when a user had their admin access removed it would take one hour for
      the change to propogate if they had a finalizer to a non-existent cluster in their list of finalizers.
      
      Now, we premptively remove "bad" finalziers from grbs that point to non-existent clusters so that on
      change they will not need to be cleaned. This only occurs once and all grbs created after this fix will
      have the "field.cattle.io/grbUpgrade" annotation to avoid running through this sync handler.
      c68d88ee
    • rajashree's avatar
      Call DeepEqual on select object fields · 872455ce
      rajashree authored
      The global ns rbac controller calls DeepEqual on the entire Role and
      RoleBinding objects, this can cause continuous updates since some fields
      such as CreationTimestamp have to be different. This commit calls DeepEqual
      only on Subjects of RoleBinding, and on Rules in case of Roles.
      872455ce
    • kinarashah's avatar
      driver metadata changes · 9ce31ab5
      kinarashah authored
      - sync only if interval!=0 and hash changes
      - git clone instead of using raw github content
      - updated log msgs
      9ce31ab5
  7. 02 Sep, 2019 1 commit
    • orangedeng's avatar
      Ignore the first 60s error for HPA object · 7ed198d7
      orangedeng authored
      **Problem:**
      HPA with cpu rules for newly created workload will get
      `transitioning=error` because the HPA controller can't get the cpu
      metrics for newly created workload.
      
      **Solutions:**
      Ignore the transitioning error for the first 60s after HPA has been
      created.
      7ed198d7