Skip to content

Aerospike Kubernetes Init v1.2.1

Compare
Choose a tag to compare
@spkesan spkesan released this 27 Jan 14:39
· 30 commits to master since this release
2b62b82

Improvements

  • Uses single connection for liveness probing
  • Supports AWS ELB service

Fixes

  • Fixed proxies validation code
  • Added validation checks for when using multiple external access methods (host network, node port services, loadbalancer services and external IP services)
  • Fixed node-id computation to fetch correct ordinal index of the pod. Thanks to @HristoKostadinov for the contribution.