Skip to content

Update episode-07 README with WSL2 problem #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episode-07/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down