Kai Walter

Results 4 issues of Kai Walter

proposed fix for issue #6

When I rebuild a container based on the template I have these errors in creation log: ``` 2022-01-11T18:08:19: => [4/4] RUN bash ./setup.sh 109.7s 2022-01-11T18:08:19: => => # ./setup.sh: line...

Just noticed this small flaw when watching the video.

bug
ep2

### Summary When trying to call an (AKS cluster) internal service or an external service like ``` let url = url::Url::parse("http://eu.httpbin.org/ip").map_err(|e| ServiceError::ParseError(e))?; tracing::info!("test url {}", url); let response = reqwest::Client::new()...

bug