Devon Crouse
Devon Crouse
https://github.com/devoncrouse/node-kafka-zookeeper I'll keep working on it; last night I got it consuming from all brokers/partitions, but there are still bugs. I'm guessing we can close this issue if Zk is...
Inputs added to 5.x should help: - [create_iam_resources](https://oracle-terraform-modules.github.io/terraform-oci-oke/inputs_root.html#input_create_iam_resources) - all resources, or individually: - [create_iam_autoscaler_policy](https://oracle-terraform-modules.github.io/terraform-oci-oke/inputs_root.html#input_create_iam_autoscaler_policy) - [create_iam_operator_policy](https://oracle-terraform-modules.github.io/terraform-oci-oke/inputs_root.html#input_create_iam_operator_policy) - [create_iam_kms_policy](https://oracle-terraform-modules.github.io/terraform-oci-oke/inputs_root.html#input_create_iam_kms_policy) - [create_iam_worker_policy](https://oracle-terraform-modules.github.io/terraform-oci-oke/inputs_root.html#input_create_iam_worker_policy) - [create_iam_defined_tags](https://oracle-terraform-modules.github.io/terraform-oci-oke/inputs_root.html#input_create_iam_defined_tags) - [create_iam_tag_namespace](https://oracle-terraform-modules.github.io/terraform-oci-oke/inputs_root.html#input_create_iam_tag_namespace) These should only be enabled...
Added examples to 5.x [user guide](https://oracle-terraform-modules.github.io/terraform-oci-oke) in https://github.com/oracle-terraform-modules/terraform-oci-oke/pull/703
Resolved for 5.x in #640
Have a look at [Using Tags to Manage Access](https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingaccesswithtags.htm) - with [defined tags](https://oracle-terraform-modules.github.io/terraform-oci-oke/guide/identity_tags.html) optionally applied to created resources, you can form a dynamic group matching on them for more granular...
Capacity reservations added to 5.x in https://github.com/oracle-terraform-modules/terraform-oci-oke/pull/742
NSG rules in 5.x are implemented with references to other NSGs for traffic between components as suggested by @elconas - please let us know any issues remain for your use-case....
Sorry for the delay; not quite. It's not too far away, and I'm going to try and spend some time this weekend on shoring up tests to iron out remaining...
Global and pool-specific [node_labels](https://oracle-terraform-modules.github.io/terraform-oci-oke/inputs_root.html#input_worker_node_labels) added to 5.x in https://github.com/oracle-terraform-modules/terraform-oci-oke/pull/640 Global and pool-specific node_taints pending in https://github.com/oracle-terraform-modules/terraform-oci-oke/issues/754 These should be usable with extensions' Helm config to control scheduling as desired.
@shb-mll Thanks for reporting - can you give this another try with the latest when you get a chance to confirm resolution?