terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
We see an error when we upgrade the provider from 2.7.1 to 2.8.0 (or the latest version 2.34.0) on a `kubernetes_manifest` resource. ### Terraform Version, Provider Version and Kubernetes Version...
### Description Addresses #2608 This pull request introduces the `data_source` field for the PersistentVolumeClaim resource. ### Changes 1. Added `data_source` field to the PersistentVolumeClaim schema. 2. Implemented validation in the...
### Description Currently the `kubernetes_csi_driver_v1` resource doesn't support configuring the `spec.fs_group_policy` parameter, ### Potential Terraform Configuration ```hcl resource "kubernetes_csi_driver_v1" "example" { metadata { name = "terraform-example" } spec { attach_required...
I copied this [issue](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2438) because I am not allowed to reopen it. Terraform 1.10 introduced `Ephemeral Resource`. Here's an example: [sshtunnel_connection (Ephemeral Resource)](https://registry.terraform.io/providers/johanneswuerbach/sshtunnel/latest/docs/ephemeral-resources/connection), therefore tunnel support may be possible. Would...
Fix label selection ### Description Fixed the missing implementation of selection with label in the datasource. Before it was only getting the pods with the name attribute, now it can...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.10.2 on linux_amd64 + provider registry.terraform.io/hashicorp/helm v2.17.0 + provider registry.terraform.io/hashicorp/kubernetes v2.35.1 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration...
### Description Support [Probe-level `termination_grace_period_seconds`](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#probe-level-terminationgraceperiodseconds) field in `liveness_probe` and `startup_probe`. ### Acceptance tests - [x] Have you added an acceptance test for the functionality being added? - [x] Have you...
This was originally opened at https://github.com/terraform-aws-modules/terraform-aws-eks/issues/3313 but got closed. ## Versions - Terraform version: 1.9.3 - Provider version(s): 2.32.0 for `hashicorp/kubernetes` ## Reproduction Code - Upgrade control plane or worker...
### Description We fetch kubernetes secrets in terraform using `data` source, but they end up getting stored in terraform state file. We would like to use the new feature "ephemeral...
### Description When the pipeline runs terraform apply, it fails with the following error: Error: Get "http://localhost/api/v1/namespaces/kube-system/configmaps/aws-auth": dial tcp [::1]:80: connect: connection refused `with kubernetes_config_map_v1_data.aws_auth, on aws_auth.tf line 1, in...