Bumping VERSION to for repo and container tagging

Change-Id: I06889562e9186e20fb86d537aeac97bc4ce08a17
1 file changed
tree: 4b2217786822262b4586728c4d9e481d5e0026f8
  1. .gitignore
  2. .gitreview
  3. Makefile
  4. README.md
  5. VERSION
  6. build/
  7. cmd/
  8. deployments/
  9. go.mod
  10. go.sum
  11. internal/
  12. vendor/
README.md

BBSim Sadis Server

This project is designed to aggregate Sadis entries from multiple BBSim instances running on the same kubernetes cluster. This tool assumes that:

  • The sadis service is exposed on the default port 50074
  • BBSim(s) are deployed with the default label app=bbsim

Deploy

kubectl create configmap kube-config --from-file=kube_config=$KUBECONFIG
kubectl apply -f deployments/bbsim-sadis-server.yaml