- 
                Notifications
    You must be signed in to change notification settings 
- Fork 330
fix provisioning on mac m1: #430
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
fix provisioning on mac m1: #430
Conversation
| Hey Waleed, thanks for the PR! Could you help me understand which changes are related to mac m1 provisioning? It seems like there are a lot of changes here unrelated to the title of the PR (for example the addition of the "orders" datagen connector). I notice the docker  | 
| Hey Chuck! The Elasticsearch and Kibana containers were still amd64 which was causing data leak on M1 so the new ones are ARM64 ready. Also docker failed to provision while using the  The datagen connector is not related indeed, but I thought it is nice to have in this repo. | 
| Cool, I have no problem with the update to elastic. What error occurs with  We will not be adding the orders datagen to the at this time, so could you please restrict the PR to just the docker / ARM / m1 discussion? | 
| I just tested it again now and did not see any errors while using  | 
| Awesome! I will do a quick smoke test soon and merge. Thanks again! | 
| @gadelkareem FYI I need to rebase onto the default branch 7.2.1-post instead of master. We have our own idiosyncratic branching system. Sorry for the confusion | 
| @gadelkareem actually could you rebase onto 7.2.1-post and push again? This PR is now trying to apply all the commits from master, and we don't want that. You might need to create a new PR | 
| Sure, let me do that. | 
| @chuck-confluent done! | 
Description
Author Validation
Test start.sh on M1 and other OS