ContainerImage.Pinniped/test/library
Ryan Richard 4cb0fd3949 Use a DaemonSet instead of a Deployment to deploy our app
- For high availability reasons, we would like our app to scale linearly
  with the size of the control plane. Using a DaemonSet allows us to run
  one pod on each node-role.kubernetes.io/master node.
- The hope is that the Service that we create should load balance
  between these pods appropriately.
2020-08-11 17:55:34 -07:00
..
client.go Add integration and more unit tests 2020-08-11 10:14:57 -07:00
env.go Allow override of discovery URL via ConfigMap 2020-08-03 10:17:11 -04:00
skip.go Use Go's `-short` flag as a way to avoid running integration tests. 2020-08-06 20:44:14 -05:00
spew.go Add integration test to check app is running 2020-07-09 15:30:59 -04:00