Agustina Barbetta

Results 55 comments of Agustina Barbetta

Hi @hyder, any updates on this? I'm currently using this module with the cluster autoscaler installed, the autoscaler changes generate differences in the terraform plan, is there any suggested workaround?

> Hi @aibarbetta > > I think we'll be able to start implementing this once #562 is complete. Would you be interested in testing? @hyder sure, I can help test...

Hi @truddy0, sorry I misread [the commit that introduced `cluster_pod_network_options`](https://github.com/oracle-terraform-modules/terraform-oci-oke/commit/5f3e3d12229ced0698f9dce131edd9f8689413ef), the change was introduced in v4.2.6, not v4.2.12. Description is corrected now. > Would you like to clarify which version...

> @aibarbetta Are you proposing that there should be an _option_ to include this flag? Expecting these resources to be removed first is a safe default. @devoncrouse I'm not sure...

Hi @hyder, thanks for the tag, I'll find some time to test this week > I'm looking for a better name than "syspool" to reflect its purpose Do we plan...

Hi @hyder, sorry for the delay, here is my test so far: I had to change the following things in my tf code: * Update freeform tags to add some...

Ok, I think I found the issue with my nodepools, the amount of cpu/mem I was requesting for the nodes was not compatible with my cloudinit config. apply succeeded! With...

@hyder any other test you want me to do? maybe enable the autoscaler and check if an scaling event is triggered? if not I'll pin my environment back to a...

Hi @hyder, thanks for the clarification. Test enabling the autoscaler: 1. Before starting the test, [I had my two nodepools and `enable_cluster_autoscaler` disabled](https://github.com/oracle-terraform-modules/terraform-oci-oke/pull/576#issuecomment-1263018266) 2. I enabled the autoscaler with `enable_cluster_autoscaler...

/reopen I contributed the `includeTemplates` flag some time ago. The motivation was to add metadata without causing downtime, which is not achieved in the case of StatefulSets with `volumeClaimTemplates` defined....