-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Andrei Dobre edited this page Jan 22, 2021
·
9 revisions
Kubernetes operator that manages a Redis cluster.
Development prerequisites
-
kubebuilder
- AUR: kubebuilder
-
OSX: the brew package only comes with the kubebuilder binary, but for running the project you also need
etcd
,kube-apiserver
andkubectl
binaries; download an official release then useKUBEBUILDER_ASSETS
env variable to point to the bin directory
-
kind
-
telepresence
- AUR: telepresence
-
brew:
brew cask install osxfuse brew install datawire/blackbird/telepresence
Kudos to all the people that make this project possible