terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Terraform Kubernetes provider
### Description 👋 Greetings! To align with Github’s removal of [custom labels on larger runners](https://github.blog/changelog/2023-02-15-github-actions-removal-of-additional-label-option-for-github-hosted-larger-runners/), this PR is updating the labels defined in your Github Action jobs. Moving forward, only...
### Description With Kubernetes v1.29 a new ReadWriteOncePod access mode is available for PersistentVolumes that restricts access to a single pod on a single node. With this PR, users can...
### Description #### Minimum ready seconds .spec.minReadySeconds is an optional field that specifies the minimum number of seconds for which a newly created Pod should be running and ready without...
### Description add min_ready_seconds to kubernetes_stateful_set_v1 ### Potential Terraform Configuration ### References This is a stable feature since [Kubernetes v1.25](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#minimum-ready-seconds) ### Community Note * Please vote on this issue by...
The terraform-provider-kubernetes plugin crashed with the following error message: Error: The terraform-provider-kubernetes_v2.27.0_x5 plugin crashed! This is always indicative of a bug within the plugin. It would be immensely helpful if...
I were using 2.29.0 version and after updating it to 2.30.0 version I got this kind of error, without changing anything, only provider version Error: Failed to update proposed state...
### Description Kubernetes NetPols support specifying a range of ports (stable as of 1.25) using `endPort`. It isn't possible to specify that using the current Kubernetes provider. ### Potential Terraform...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.7 Kubernetes provider version: v2.27.0 Kubernetes version: 1.25 ``` ### Affected Resource(s) - provider configuration ### Terraform Configuration Files...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.4.6 Kubernetes provider version: 2.23.0 Kubernetes version: 1.24 ``` ### Steps to Reproduce 1. Define `kubernetes_manifest` terraform resource that...
### Description resolve https://github.com/hashicorp/terraform-provider-kubernetes/issues/2310 ### Acceptance tests - [x] Have you added an acceptance test for the functionality being added? - [x] Have you run the acceptance tests on this...