New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ibm/route-reflector-operator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ibm/route-reflector-operator

  • v0.0.0-20200713131000-bccad8f4512e
  • Source
  • Go
  • Socket score

Version published
Created
Source

Documenatation at doc/rr-operator-doc.md.

Deploy
IMG="us.icr.io/smz2/route-reflector-operator:l" make all
Cleanup
make cleanup

The Node and Calico objects:

for n in $(kgno -l route-reflector=true -o=name --no-headers); do
  c get node $(k get ${n} -oyaml|grep worker-id|awk '{print $2}') -oyaml --config=$C | sed '/routeReflectorClusterID/d' | c apply -f - --config=$C
  k label ${n} route-reflector-
done

calicoctl delete bgpconfig default --config=${C}
calicoctl delete bgppeers peer-with-route-reflectors --config=${C}
Running make fmt

There is a prerequisite for running make fmt that you have golangci-lint installed.

Please install the latest version by running:

curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.28.1

FAQs

Package last updated on 13 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc