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

### 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...

bug

### 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...

bug

As far as I can tell, using this module in terraform/env0 cloud is impossible. When connecting to the cluster using a kubeconfig, it complains because oci is not installed. ```terraform...

bug

### 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

for OL boot volumes, in addition to current steps, cloud init script should scan for changes in device attached. Need to add sudo dd iflag=direct if=/dev/oracleoci/oraclevda of=/dev/null count=1 echo "1"...

bug

### 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

Ability to associate nodepools with `oci_containerengine_node_pool `terraform resources that ignore nodepool size. This is useful for nodepools managed by the cluster autoscaler. Add `ignore_size = true` to the nodepool attributes....

OCA Verified

### 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...

bug

It looks like parsing of `locals` variables https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/02aeaebbf7bcade5b01e5002c056410a214b03dd/modules/network/subnets.tf#L53 and subsequent https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/02aeaebbf7bcade5b01e5002c056410a214b03dd/modules/network/subnets.tf#L82 https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/02aeaebbf7bcade5b01e5002c056410a214b03dd/modules/network/subnets.tf#L102 https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/02aeaebbf7bcade5b01e5002c056410a214b03dd/modules/network/subnets.tf#L123 is not working as expected. I am planning to run the cluster on my own subnets and...

bug