Ali Mukadam

Results 108 comments of Ali Mukadam

This would also support reusability of modules e.g. my network module is developed independently and I would like to reuse it. However, the route table and routing rules e.g. for...

@dralquinta I've escalated it internally

All done here for you: https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/main/docs/instructions.adoc#configuring-cloud-init-for-the-nodepools

@et304383 If you can provide further examples of the provider's insufficient documentation, I'll pass this to our documentation team.

There's an argument called `state` and it takes "RUNNING" or "STOPPED" as values. To start the VM: state = "RUNNING" To stop the VM: state = "STOPPED"

Hi @shapeofarchitect, Thanks for reaching out. We have some ideas but we haven't fully tested them yet. We will probably look into this after the 4.0 release.

Hi @aibarbetta I think we'll be able to start implementing this once #562 is complete. Would you be interested in testing?

After further experiments, we'll add support for cluster autoscaler gradually: 1. A separate unmanaged node pool to run cluster autoscaler (this issue) 2. IAM resources (tags, dynamic group, policies) for...

@aibarbetta @mschmidt291 @shapeofarchitect

Hi, We had Ubuntu images supported in the past for the bastion. However, it just resulted in extra variables and conditionals, especially for the extensions for little or no gain...