Fam Zheng
Fam Zheng
Hi, I got this ``` time="2021-04-22T13:27:49Z" level=info msg="Event(v1.ObjectReference{Kind:\"Pod\", Namespace:\"default\", Name:\"nginx\", UID:\"af2d81f4-8ffd-4f60-ae46-57fb3c54ff9e\", APIVersion:\"v1\", ResourceVersion:\"891837\", FieldPath:\"\"}): type: 'Warning' reason: 'FailedScheduling' SDK.ServerError\nErrorCode: UnknownError\nRecommend: https://error-center.aliyun.com/status/search?Keyword=UnknownError&source=PopGw\nRequestId: BC28AEAB-E2D6-493F-9CE6-DCD78DBCD9BB\nMessage: An unknown error occurred while processing your request"...
The example shown on the README didn't pass any args: ``` let pid = unsafe { nc::fork() }; match pid { Ok(pid) => { if pid == 0 { println!("child...