Hanshal Mehta

Results 44 comments of Hanshal Mehta

Nope I am using Ubuntu-22.04 on a dual boot system with windows.

Yes, using Docker Desktop for Kubernetes.

Ohh Well I see in the matrix page that Kubearmor is currently not supported in the Ubuntu:22.04 Version please guide me on this.

Hey, @DelusionalOptimist, this feature sounds good to me. Since I'm new to the LFX Mentorship ecosystem, should I start working on some parts of this feature? It will be good...

Hey @RohanMishra315 are you still working on this issue?

Ok will work on this issue. I'll take some time as I'm new to rust and WASMCLOUD

Hey, @connorsmith256 and @thomastaylor312 Please correct me if I'm wrong here. We need to add multiple label options at once. For this we need to modify the below code. https://github.com/connorsmith256/wasmCloud/blob/08d1171f1c8e2e3d1fd84740a575b6fb73056aa2/crates/wash-lib/src/cli/label.rs#L61-L79...

Ok are we looking for this: ``` else { let labels_map: HashMap = cmd.labels.into_iter() .map(|label| { let (key, value) = label.split_once('=').unwrap_or((label.as_str(), "")); if value.is_empty() { bail!("No value provided for label...