Helm init currently creates a deployment.yaml for Tiller with deprecated extensions/v1beta1 API. This is the current behaviour of helm 2.15 with kubernetes v.1.16 and simply executing helm --init doesn't deploy the tiller server.
Helm init currently creates a deployment.yaml for Tiller with deprecated extensions/v1beta1 API.
This is the current behaviour of helm 2.15 with kubernetes v.1.16 and simply executing helm --init doesn't deploy the tiller server.
This command is a workaround until helm will fully supports k8s v 1.16.