ContainerImage.Pinniped/test/integration
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
..
api_discovery_test.go Use Go's `-short` flag as a way to avoid running integration tests. 2020-08-06 20:44:14 -05:00
api_serving_certs_test.go Add integration and more unit tests 2020-08-11 10:14:57 -07:00
app_availability_test.go Use a DaemonSet instead of a Deployment to deploy our app 2020-08-11 17:55:34 -07:00
client_test.go test/integration: bump (another) cert expiration delta to help flake 2020-08-11 17:22:25 -04:00
kubectl_test.go Use Go's `-short` flag as a way to avoid running integration tests. 2020-08-06 20:44:14 -05:00
logindiscoveryconfig_test.go Use Go's `-short` flag as a way to avoid running integration tests. 2020-08-06 20:44:14 -05:00
loginrequest_test.go test/integration: bump cert expiration delta to help flake 2020-08-11 16:09:31 -04:00