Yang Song

Results 2 issues of Yang Song

let channel = connect("/run/containerd/containerd.sock").await; let channel = match channel { Ok(channel) => channel, Err(error) => panic!("Problem connecting to containerd: {:?}", error), }; This code is getting the error below thread...

I followed the instructions in README.MD to set up mqtts port. However, it does not work. For whatever reason, k8s does not seem to recognize the secret created corrected and...