-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support running Fluvio for Apple Silicon Machines (#1896)
resolves #1363. Fluvio cluster works with Docker on M1: ``` kind create cluster --config k8-util/cluster/kind.yaml flvd cluster start --develop --proxy-addr 127.0.0.1 ``` Changes * Nodes ports are specified rather than keep none * SPG controller pass-thru node port values * Use Docker for CI
- Loading branch information
Showing
15 changed files
with
424 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.