Closed LinuxBozo closed 7 years ago
@rogeruiz rebase on that branch?
@cnelson good catch. yeah I forgot to update it. We aren't even publishing a latest
😁
Also, I think this is ready to be merged in since we're moving on to acceptance tests in the cg-deploy-kubernetes
repo now.
I've verified all this manually for now but am hoping to cover this in the acceptance tests.
cf create-service
& cf delete-service
work as expecteddata
volume mounted at /data
redis-sentinel-proxy
, redis-sentinel-init
, & redis-server-init
.While writing this, something happened to the k8s cluster on dev during a restart. looks like Sentinels didn't have enough time to elect a new master because both the server-*
and two sentinels went away during a deployment and haven't been able to recover properly.
Had a typo under matchLabels
which is now fixed. @jmcarp this look good to merge?
cool thanks. pipeline and secrets flown and stored respectively.
Taking a further look at this. We're blocked, unless we cherry-pick, on this until #53 is merged in because that PR contains the relevant
StatefulSets
changes to the broker.