Mohan Lakshmanan

Results 5 comments of Mohan Lakshmanan

Same here at v0.4.8. Any work around for the issue? ``` bash E1218 13:20:05.525913 1 iface.go:275] "Observed a panic" panic="interface conversion: interface {} is nil, not *v1.Pod" panicGoValue="&runtime.TypeAssertionError{_interface:(*abi.Type)(0x2290bc0), concrete:(*abi.Type)(nil), asserted:(*abi.Type)(0x26536e0),...

Any finding or fix so far? We have disabled it in our environment and waiting for fix.

@naaa760 , OpenShift uses arbitrary, or randomly assigned, user IDs (UIDs) to increase access security. This means that the IDs of the users accessing the pods and containers and running...

The below article explains what needs to done to use single Dockerfile to create an image that functions correctly, both on OpenShift and on Kubernetes. https://developers.redhat.com/blog/2020/10/26/adapting-docker-and-kubernetes-containers-to-run-on-red-hat-openshift-container-platform#group_ownership_and_file_permission ![image](https://github.com/user-attachments/assets/ce28e066-0a11-4a00-a9e9-45ff4ea5ea5f)

temporalio/ui also writes to the filesytem. the above PR fix ui image also?