Andrei Ilas

Results 14 comments of Andrei Ilas

Probably we can use a datasource and match the shape required for the pool with the shapes available in the default reservations within the region.

We need an authentication method more secure than user credentials. Please approve the pull request.

Regarding the creation of RB/CRB, it may be that some of the commands are silently failing. Please check the note in the [terraform documentation](https://developer.hashicorp.com/terraform/language/resources/provisioners/remote-exec#argument-reference) for `remote-exec`. Please append `set -o...

Please take a look here: https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/main/examples/network/vars-network-subnets-existing.auto.tfvars

This module calls the VCN terraform module for the networking resources. You can see how routing rules are populated [here](https://github.com/oracle-terraform-modules/terraform-oci-vcn/blob/main/vcn_gateways.tf). Please confirm if you still face issues, or if this...

In this setup, the local `kubectl` is not configured to connect to the new created cluster, so the `kubectl apply` command will fail or be executed against a different cluster....

Oracle CCM doesn't support the attachment of an NSG to the Mount Target. https://github.com/oracle/oci-cloud-controller-manager/blob/cd3c0b68028dc3f3dd84d358b711704c431e33c5/pkg/csi/driver/fss_controller.go#L589-L600 The workaround at this moment is to create a Mount Target in Terraform using the outputs...

When you plan to export the variable `cluster_ca_cert` from the oke terraform module, what is the value you use for var.output_detail ? It should be true. ``` output "cluster_ca_cert" {...

You are saying you still get a 404 when the user who executes the plan has the permission to **use** the clusters? From your text I see you say: *The...