terraform-oci-oke icon indicating copy to clipboard operation
terraform-oci-oke copied to clipboard

The Terraform OKE Module Installer for Oracle Cloud Infrastructure provides a Terraform module that provisions the necessary resources for Oracle Container Engine.

Results 89 terraform-oci-oke issues
Sort by recently updated
recently updated
newest added

https://github.com/oracle-terraform-modules/terraform-oci-oke/tree/5.x/examples/rms https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/5.x/docs/src/guide/rms_stacks_table.md https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/5.x-tf12/.github/workflows/rms.yaml

enhancement
documentation

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

Since dynamic is being phased out, we should give instructions for flexible only. _Originally posted by @hyder in https://github.com/oracle-terraform-modules/terraform-oci-oke/pull/729#discussion_r1215284259_

documentation

the highlited text from [Line37-line40](https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/b7ec71700b5972e990a2f49aef5d35660a275e5b/modules/iam/group-workers.tf#L37C61-L40C4) in group-workers.tf needs to be enclosed under a tolist() function to convert the true result expression to type list. Terraform is erroring out as there...

bug

Hi, Hope this finds you well. I am trying to implement auto-scaler on the OKE, I have few questions that would like learn about 1. Node Shape and configuration is...

question

Hi, I am trying to generate kubeconfig for non-privileged user to access the cluster. I have followed [the Example 3 in the documentation here](https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengaboutaccesscontrol.htm) and created `User`, `Group`, `Policy` and...

question

It would be convenient to generate an output the user can append to the ~/.ssh/config for created bastion/operator hosts. _Originally posted by @hyder in https://github.com/oracle-terraform-modules/terraform-oci-oke/pull/729#discussion_r1215235860_

enhancement

Hi, I'm not sure whether it's me doing sth wrong or it's a bug. We are using v4.4.2 of this module with - cluster_kubernetes_version = "v1.25.4" - node_pool_image_type = "oke"...

question

I'm trying to get this to work using the latest 4.x version. Turns out I can't use the `cloudinit_nodepool` module parameter because it expects a file path. That path is...

question