mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 10:47:05 +00:00
f5cde2db38bb8e8d8017d2344c698f8df3cd5248
Build locally
git clone https://github.com/reactiveops/fairwinds $GOPATH/src/github.com/reactiveops/fairwinds
go build -a -o fairwinds *.go
./fairwinds -h
Run on-cluster
On GKE, you'll need to run the following command first:
kubectl create clusterrolebinding cluster-admin-binding \
--clusterrole cluster-admin \
--user $(gcloud config get-value account)
Then apply the config:
kubectl apply -f deploy/all.yaml
Options
dashboardRuns the webserver for Fairwinds dashboard.dashboard-port: Port for the dashboard webserver (default 8080)webhook: Runs the webhook webserver.webhook-port: Port for the webhook webserver (default 9876)disable-webhook-config-installer: disable the installer in the webhook server, so it won't install webhook configuration resources during bootstrappingkubeconfig: Paths to a kubeconfig. Only required if out-of-cluster.master: The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.
Description
Languages
Go
93.5%
CSS
3.1%
Shell
2.4%
JavaScript
0.7%
Dockerfile
0.3%