-
Notifications
You must be signed in to change notification settings - Fork 1k
Workloads API support (DaemonSet, Deployment and StatefulSet) #100
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
Comments
Started working on a PR here #101 |
Now that Deployments is merged in is there anyone working on the other resources? We're currently in need of DaemonSets in order to configure a new AWS based kubernetes cluster with Kube2IAM setup. |
See this fork: https://github.com/sl1pm4t/terraform-provider-kubernetes if you need other configurations sooner rather than later. It works well, and is very, very easy to build with docker approach. |
I've using @sl1pm4t repository and I have to say that works quite well, so definitely I propose to use his work as a PR for the official provider (otherwise this one is half baked). |
This seems to be closed since all resources are implemented. |
Since Kubernetes 1.9 Workloads API is GA. Supporting them would be unbelievable.
PS:
I am not sure why kubernetes provider in the first place has been developed but now I think that it is best and clearest way to configure Kubernetes resources. Configuring and maintaining Helm is tedious and error prone. People are looking for alternative ways and I think that Terraform is the best option right now.
The text was updated successfully, but these errors were encountered: