habitat-sh / habitat-operator

A Kubernetes operator for Habitat services
Apache License 2.0
61 stars 17 forks source link

[controller]: move StatefulSet from v1beta1 to v1 #334

Closed surajssd closed 6 years ago

surajssd commented 6 years ago

The StatefulSets we generate are of version v1beta1, and StatefulSets are stable in 1.9.

This commit adds support to generate StatefulSet of version v1 and not v1beta1.

Fixes https://github.com/habitat-sh/habitat-operator/issues/342

krnowak commented 6 years ago

LFAD.