-
What would you like Teleport to do?
Add [CRDs](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions) as a available resource for the `kubern…
-
### Background
I'm used to the `ServiceMonitor`, `PodMonitor`, and `Probe` CRDs to mark certain services/pods/… for scraping.
I immediately looked in the docs for `discovery.kubernetes`, and only …
-
### Terraform Version, Provider Version and Kubernetes Version
```
Terraform version: v1.0.5
Kubernetes provider version: v2.4.1
Kubernetes version: 1.20.8-gke.900
```
### Affected Res…
-
### Description
**Observed Behavior**:
The setting of any `webhook` values (such as `webhook.serviceName`) in the `karpenter` primary chart is not respected. Instead, the chart embeds static CRDs,…
-
### Terraform Version, Provider Version and Kubernetes Version
```
Terraform version: v0.15.5
Kubernetes provider version: v2.8.0
Kubernetes version: v1.21.3
```
### Affected Resource(s)…
-
**What happened**:
Scenario is about multi-tenant cluster in which each team gets a dedicated namespace to deploy their apps.
AKS AD Auth and RBAC are used to secure access to the namespace and the …
-
### What happened?
I am attempting to create a CustomResourceDefinition that has a field with `x-kubernetes-preserve-unknown-fields` set to true via the `x_kubernetes_preserve_unknown_fields` method …
-
### What do you want to happen?
Kubernetes APIs include an enum tag such as this one:
https://github.com/kubernetes/kubernetes/blob/be4b7176dc131ea842cab6882cd4a06dbfeed12a/staging/src/k8s.io/api/…
-
**What happened:
Registering a CRD with:
```
subresources:
scale:
labelSelectorPath: .status.selector
specReplicasPath: .spec.replicas
statusReplicasPath: .status.…
-
## Describe the Feature You Want
I need to have a way to deploy some resources only when the an associated webhook is deployed and ready.
### Current Behavior
The resource dependency is limited…