From f211d342eb791980ca7390ab3194ff0f2ea72c89 Mon Sep 17 00:00:00 2001 From: "S. Saeid Hosseini" Date: Tue, 26 Jan 2021 17:19:22 +0330 Subject: [PATCH] Update episode-07 README with WSL2 problem --- episode-07/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episode-07/README.md b/episode-07/README.md index 681a7a1..08f9566 100644 --- a/episode-07/README.md +++ b/episode-07/README.md @@ -209,7 +209,7 @@ make docker-build docker-push IMG=ttl.sh/example-memcached:1h > [ttl.sh](https://ttl.sh) allows you to push ephemeral container images to a public repository for testing purposes. Note that the image will be automatically removed after an hour. For real-world usage, you should push the operator image to a persistent registry! -> Currently there's [a bug](https://github.com/operator-framework/operator-sdk/issues/4403) in the Operator SDK that prevents the generated Makefile from working on macOS Big Sur. The fix is to comment out the `SHELL` line in the Makefile before building. +> Currently there's [a bug](https://github.com/operator-framework/operator-sdk/issues/4403) in the Operator SDK that prevents the generated Makefile from working on macOS Big Sur and [some WSL2 distributions](https://github.com/geerlingguy/kubernetes-101/issues/21). The fix is to comment out the `SHELL` line in the Makefile before building. #### Running an Ansible Operator