-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace shellout to kubectl with kubernetes_stateful_set #19
Comments
Yea I saw it landed in master. Wasn't aware it was released yet though! |
I got it working, but sadly affinity is not yet supported. I'm going to open the PR, but it will have to wait until that lands. |
@sethvargo There was a recent update that seems to indicate it landed? |
It doesn't seem to be in a released version yet |
Just going through attempting to convert our fork of this over to using Terraform for the stateful set and have run into a few issues:
|
Done! |
Today terraform-provider-kubernetes 1.4 was released with support for kubernetes_stateful_set, so the example can likely be updated to use the new resource instead of shelling out to
kubectl
.The readme has this text at the bottom:
The text was updated successfully, but these errors were encountered: