-
#### Setup Details
CIS Version : 2.18
Build: f5networks/k8s-bigip-ctlr:latest
BIGIP Version: BIG-IP 17.1.1.3 Build 0.0.5 Point Release 3
AS3 Version: 3.53
Agent Mode: AS3
Orch…
-
### What happened?
Right now the kube-apiserver has a readyz check if the informers are synced:
```
% kubectl get --raw='/readyz/informer-sync'
ok
```
The corresponding source code:
http…
-
### Terraform, Provider, Kubernetes and Helm Versions
```
Terraform version: v1.3.9
Provider version: 2.16.1
Kubernetes version: 1.28
```
### Affected Resource(s)
helm_release
### Terrafor…
-
K8gb version: `0.14.0`
Using [Ingress annotations](https://www.k8gb.io/docs/ingress_annotations.html) and initially providing an _invalid_ value for `k8gb.io/strategy` for example:
```yaml
apiV…
-
**What happened**:
unregisteredtaint controller want to delete the unregistered taint here
pkg/controllers/nodeclaim/unregisteredtaint/controller.go
```go
nodeCopy := node.DeepCopy()
// remov…
-
**What would you like to be cleaned**:
When [AddOrUpdateWorkloadWithoutLock](https://github.com/kubernetes-sigs/kueue/blob/2c8e7da1a23f2bc7218a2f08a2c9858a316fb053/pkg/queue/manager.go#L328) returns …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Deployed basic-auth plugin as per documentation and running into an exception that is not ver…
-
### Describe the bug
When I tried to install Cloud Custodian for Kubernetes using Controller Mode by following your documentation for installation using Helm, the pod from the **c7n-kube** deployment…
-
### What happened?
https://github.com/kubernetes/kubernetes/blob/154b756e2ed850d2e64baea269dbb749ac02a77d/pkg/controller/nodelifecycle/node_lifecycle_controller.go#L711-L729
The node information use…
-
**Describe the bug**
I am trying to set up NLB with aws-load-balancer-controller in a private subnet.
I did so in my dev account, i tried to do the same in a prod account, but i received errors:
fi…