Neil MacDougall
Neil MacDougall
Changes required to the support page: - Hide the button and text to add a subscription ID - Remove the right-hand card 'Support' - Move the 'Find out more ......
See: https://kubernetes.io/docs/concepts/security/pod-security-admission/ UX TBD
Should read: 'By checking the box, you accept the End User License Agreement & Terms & Conditions'
Currently we use the subscription ID setting. Change this to use the metadata from the new `/rancherversion` endpoint - see: https://github.com/rancher/rancher/pull/38445/files We should add a request to this API when...
We are seeing on various systems at scale that the backend if almost flooding the web socket every few seconds with schema updates, even though schemas have not changed. The...
Ahead of implementing server-side pagination in Steve, it would be good to improve the performance of get requests to Steve for k8s resources, particularly when the number of resources is...
Currently, the Steve API send the count metadata over the web socket every time there are changes. In a system with a lot going on, Kubernetes events are generated regularly,...
In 2.6.5, the UI team will be adding support for UI plugins. **Backend needs** The UI will allow plugins to be added into Rancher after deployment. (ie: the ability to...
This issues described the root causes of this UI issue: https://github.com/rancher/dashboard/issues/5962 The API `/v3/schema/cloudcredential` returns the schema for the cloud credential resource. This data includes the `resourceFields` property that includes...
To support PSAs in the UI, we want to be able to show the warnings when a pod is created that violates a policy (when the policy is set to...