This project is mirrored from https://gitee.com/rancher/rancher.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 03 Dec, 2020 5 commits
-
-
David Noland authored
-
michelia authored
Problem: We used to just log error when failed to deploy/withdraw systemMonitor, if it failed to deploy prometheus-operator, no error return cause operator isn't get deployed until next time cluster sync. Solution: Return error when failed to deploy/withdraw systemMonitor Issue: https://github.com/rancher/rancher/issues/29318
-
Donnie Adams authored
Fix deploy agents
-
Donnie Adams authored
A mistake was made in the code for clusters with private API endpoint that caused the cluster/node agents to not be deployed.
-
Kinara Shah authored
[v2.5] vendor update rke
-
- 02 Dec, 2020 11 commits
-
-
Donnie Adams authored
[2.5] Revert "Remove basic auth for GKE"
-
Donnie Adams authored
[2.5] Allow communication with EKS clusters with private API endpoint
-
Donnie Adams authored
Rancher is able to import and create clusters with private API endpoint, but is not able to communicate with them afterwards. Now, as long as the agent is deployed, rancher is able to tunnel to communicate with the API.
-
Dan Ramich authored
[2.5] Bump go version to 1.14.12
-
Dan Ramich authored
-
Donnie Adams authored
This reverts commit 1a3e7780. The tokens being used expire after 1 hour and are not being refreshed. A mechanism for token refresh should be implemented.
-
kinarashah authored
-
Jacob Payne authored
-
Daishan Peng authored
[2.5]Fix windows cluster not being detected
-
Daishan authored
-
Daishan authored
-
- 01 Dec, 2020 6 commits
-
-
Daishan Peng authored
[2.5] Backport: Add fleetworkspace admin, member and readonly roles
-
Kinara Shah authored
[v2.5] [netpol] don't add back hostport labels for pods of system ns
-
Daishan authored
-
Arvind Iyengar authored
This commit introduces changes to try harder to prevent the following error from appearing: ``` 2020/11/25 15:53:58 [ERROR] API error response 500 for POST /v3/clusters/c-l4bdt?action=enableMonitoring. Cause: Operation cannot be fulfilled on clusters.management.cattle.io "c-l4bdt": the object has been modified; please apply your changes to the latest version and try again ``` The root cause of this error is that we do not normally retry on a conflict, so before it was appearing even after spinning up just 4 clusters in succession and trying to immediately enable monitoring. Related Issue: https://github.com/rancher/rancher/issues/30188 Signed-off-by:
Arvind Iyengar <arvind.iyengar@rancher.com> (cherry picked from commit fa66cced)
-
Sebastiaan van Steenis authored
[release/v2.5] Aci cni backport
-
Rajashree Mandaogane authored
Add support for startTLS
-
- 30 Nov, 2020 5 commits
-
-
Kiran Shastri authored
Signed-off-by:
Kiran Shastri <shastrinator@gmail.com> (cherry picked from commit 0af5ba82)
-
Kiran Shastri authored
Signed-off-by:
Kiran Shastri <shastrinator@gmail.com>
-
mrajashree authored
-
mrajashree authored
-
Kiran Shastri authored
Signed-off-by:
Kiran Shastri <shastrinator@gmail.com>
-
- 25 Nov, 2020 1 commit
-
-
Raúl Sánchez authored
[2.5] Updated chart and tests to allow specify ember and vue Rancher custom logos persistence
-
- 24 Nov, 2020 6 commits
-
-
Luther Monson authored
[v2.5] add mirantis check + typos/grammar
-
Luther Monson authored
-
Daishan Peng authored
[2.5]Backport-Add ability to set password for rancherd
-
Daishan Peng authored
[2.5] Update provider detector to include rke.windows
-
Daishan authored
-
Caleb Bron authored
Adds options to global DNS [2.5]
-
- 23 Nov, 2020 6 commits
-
-
Daishan authored
-
Daishan Peng authored
[2.5] Backport: Update rancherd to point to rke2 v1.18.12+rke2r1
-
kinarashah authored
Problem: We removed podname label for hostport pods of system ns, but doesn't return from there resulting into adding back the labels again.
-
Dan Ramich authored
[forwardport] Move creation of accesscontrol
-
Dan Ramich authored
Problem: When a cluster agent is diconnected rancher tries to start the controllers in a slow loop, but this causes a memory leak. The leak stems from adding a handler in client-go which has no method to deregister the handler so a fixed size array leaks every time. Solution: Don't create access control until Rancher has verified a connection to the cluster which is a good indication controllers will start. There is technically a small leak here every time we start these controllers.
-
Daishan Peng authored
[2.5] Backport http proxy fleet
-