2.4.0
Liveness Probe
Ability to enable liveness probe on specified port. Liveness probes are TCP type
Hardcoded setup
initialDelaySeconds: 10
periodSeconds: 2Tolerations
When certain cluster node is not available
node.kubernetes.io/unreachable
node.kubernetes.io/not-ready
Pod should be killed and deployed on healthy node after 10 sec.
LoadBalancer
Ability to specify IP Address to be used in certain service.
Example
values:
services:
- name: ssh
type: LoadBalancer
protocol: "TCP"
loadBalancerIP: 10.0.0.100