terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

Terraform Kubernetes provider

Results 409 terraform-provider-kubernetes issues
Sort by recently updated
recently updated
newest added

### Description It would be kind of helpful/useful to get access to provider information using a data object (eg. used host), so it would be possible to fetch this information...

enhancement
stale

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.2.5 Kubernetes provider version: v2.12.1 Kubernetes version: 1.21 ``` ### Affected Resource(s) - kubernetes_secret - And all the others ###...

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v0.14.5 Kubernetes provider version: v2.0.3 Kubernetes version: GitVersion:"v1.20.2" ``` ### Affected Resource(s) - kubernetes_secret ### Terraform Configuration Files ```hcl...

bug
size/S

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v0.14.7 Kubernetes provider version: v2.0.2 Kubernetes version: v1.19 ``` ### Affected Resource(s) - kubernetes_horizontal_pod_autoscaler - kubernetes_service - kubernetes_deployment Using...

bug
acknowledged
help wanted
upstream-terraform-sdk

### Description The k8s PodSpec object has a field called `schedulerName`, to choose which scheduler should be used to schedule the Pod. It defaults to `default-scheduler` and can otherwise be...

enhancement

### Description Update the pod specification to allow the usage of the `security_context` option `fsGroupChangePolicy`. This options is available in version 1.20.0+ of kubernetes prevents pods from starting if they...

size/M

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.0.11 on windows_amd64 + provider registry.terraform.io/hashicorp/helm v2.4.1 + provider registry.terraform.io/hashicorp/kubernetes v2.6.1 + provider registry.terraform.io/ibm-cloud/ibm v1.36.0 ``` ### Affected Resource(s) ###...

needs investigation

### Description ⚠️ **Do not merge. This PR currently uses a [development branch](https://github.com/hashicorp/terraform-plugin-framework/pull/931) of the plugin framework. To run the provider built from this branch you will need to use...

size/XL
do not merge

### Description The idea is to treat all values in `computed_field` as an `UnknownValue`, before the values would only be treated as an `UnknownValue` when a change was present. This...

size/L
manifest

### Description This check will prevent `x-kubernetes-preserve-unknown-fields` to cause a replacement whenever the value is changed. The idea is that it should ONLY cause a replacement if the type itself...

size/S
manifest