- Don't need `RKEK8sWindowsSystemImage` anymore, Windows keeps its images as the same as `RKEK8sSystemImage` via Docker manifest.
- Add `PodInfraWindowsContainer` filed into `RKESystemImages`
**Issue:**
https://github.com/rancher/rancher/issues/16460
Javascript only supports a max int of 2^53 so very large values
can cause errors.
Instead, use the max value of a year in seconds for node timeout limit
Problem:
current we require the user to input a threshold number, could not support
the scenario any matched condition event happens
Solution:
add exist condition and remove the required in thresdhold
Issue:
https://github.com/rancher/rancher/issues/21302
Problem:
advance mode have support client key and certificate for fluentd logging
target but normal mode not yet
Solution:
add client key and certificate for fluentd
Issue:
https://github.com/rancher/rancher/issues/18438
In the absence of service account creds, non-admin users from google's
hosted domain cannot lookup groups, even their own groups (Restriction
from google api). So even during login we can't find out what groups the
user belongs to. Admins of hosted google domain do not have the same restriction.
So they can still search for and add groups that non-admin google users
belong to. This will cause lot of inconsistencies, since admins can add
a user's groups, but user still won't have access to rancher. So making
service account credentials a required field will avoid all this, and
searching users/groups will work equally for all google users.
Hostname should not be updatable once auth is setup, since the
principalIds assigned to users after they log into rancher contain
their google addresses which have the hostname.