terraform-oci-oke
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.
When deploying a cluster using this module and then deploying public NLB within the cluster, the communication does not work, as the worker nodePort range is only accepting traffic from...
### 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...
### 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...
### 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...
### 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...
Hello, When I have deployed the OKE module as: ```hcl module "oke" { #checkov:skip=CKV_TF_1:Ignore warning, can't parse this source = "oracle-terraform-modules/oke/oci" version = "5.0.2" # Core compartment_id = local.env_compartment_id tenancy_id...
var.worker_pools is of type any: https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/e2be128fba549d9ce92aa492cc17b4ea076c3945/variables-workers.tf#L32 It would be nice to see this defined more concretely. I'm unable to figure out how to make my TF state diff go away,...
### 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...
When provisioning a Kubernetes cluster, it's a common requirement to run another task after provisioning to configure the cluster. To that end, you need an account token for the cluster....
This commit adds the ability to deploy the k8s cluster autoscaler using local-exec rather than remote-exec. Using local-exec is helpful when you don't use the operator/bastion features of this module....