literalice / terraform-aws-openshift

Creates OpenShift Container Platform(OCP) or OKD cluster
https://registry.terraform.io/modules/literalice/openshift/aws
35 stars 42 forks source link

Found removed variables: openshift_node_kubelet_args is replaced by openshift_node_groups[<item>].edits; #22

Closed dio closed 5 years ago

dio commented 5 years ago

Seems like this openshift_node_kubelet_args is removed.

https://github.com/openshift/openshift-docs/issues/12623

joshua-rutherford commented 5 years ago

I just opened #24 which will remove them and thus get this working again but a better solution using the node group definitions may be more appropriate.

literalice commented 5 years ago

Thank you for reporting the issue and creating the PR. I was able to reproduce the issue and confirm the fix.