- 03 Sep, 2019 5 commits
-
-
Darren Shepherd authored
-
Darren Shepherd authored
-
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.
-
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.
-
kinarashah authored
- sync only if interval!=0 and hash changes - git clone instead of using raw github content - updated log msgs
-
- 02 Sep, 2019 1 commit
-
-
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.
-
- 31 Aug, 2019 4 commits
-
-
michelia feng authored
Problem: Window cpu don't have system mode, so can use system mode to count the cpu cores, and windows file system is different Solution: Improve cpu load alert and add extra windows file alert Issue: https://github.com/rancher/rancher/issues/20122
-
kinarashah authored
for data that is not present in vendored RKE, we should allow updates to templates and service options
-
kinarashah authored
-
Craig Jellick authored
-
- 30 Aug, 2019 13 commits
-
-
Dan Ramich authored
Add driver type to nodePool resources
-
rajashree authored
-
Caleb Bron authored
-
Caleb Bron authored
-
Alena Prokharchyk authored
-
rajashree authored
-
Luther Monson authored
-
Dan Ramich authored
-
gitlawr authored
-
Gábor Lipták authored
-
Darren Shepherd authored
-
Dan Ramich authored
-
Dan Ramich authored
-
- 29 Aug, 2019 10 commits
-
-
rmweir authored
-
Luther Monson authored
-
galal-hussein authored
-
moelsayed authored
-
rajashree authored
-
galal-hussein authored
-
moelsayed authored
skip reconcile if we are restoring from backup, this is needed to avoid adding/deleting replaced nodes that might be in the snapshots before the cluster restore/reconcile is complete. https://github.com/rancher/rancher/issues/22480 https://github.com/rancher/rancher/issues/21857
-
orangedeng authored
**Problem:** Node taints syncer will remove `node-role.kubernetes.io/etcd` and `node-role.kubernetes.io/controlplane` taints. **Solution:** Linux node taints controller directly work with v1.Node instead of setting taints to v3.Node.Spec.DesiredNodeTaints.
-
orangedeng authored
**Problem:** Node taints syncer will remove `node-role.kubernetes.io/etcd` and `node-role.kubernetes.io/controlplane` taints. It is because we set taints both in RKE and Rancher side and the Rancher side will override those taints added by RKE **Solution:** Apply taints from node pool and node template to RKE config node so RKE will add them when generating node.
-
orangedeng authored
-
- 28 Aug, 2019 7 commits
-
-
Frank Mai authored
-
Frank Mai authored
**Problem:** Could not setup agent on the Azure small disk series OS system. **Solution:** Reduce the amount of the check value. **Issue:** https://github.com/rancher/rancher/issues/22472
-
Frank Mai authored
**Problem:** Windows file system doesn't allow path with colons **Solution:** Replace the colons with blank, details from: https://github.com/moby/moby/issues/21189#issuecomment-234997515 **Issue:** https://github.com/rancher/rancher/issues/22438
-
gitlawr authored
-
gitlawr authored
-
Frank Mai authored
**Problem:** For pure Linux cluster, we don't want to deploy a Windows agent DaemonSet. **Solution:** Deploy Windows agent DaemonSet with condition `WindowsPreferedCluster = true` **Issue:** https://github.com/rancher/rancher/issues/22451
-
kinarashah authored
Problem: current apiContext depends on how user accesses url, could be "/kontainerdrivers" or "/kontainerdrivers/".
-