-
### Report
I installed keda in EKS 1.29 using helm chart via terraform, using the following snippet:
```
resource "helm_release" "keda" {
name = "keda"
namespace = "keda"
reposito…
-
### What happened?
kubelet evented panic when use generic pleg relisting,the log is like:
```
Oct 21 06:03:47 kubelet[1530]: E1021 06:03:47.241522 1530 remote_runtime.go:550] "ListContainers …
-
### What Happened?
Exiting due to SVC_UNREACHABLE: service not available: no running pod for service myapp-service found
╭─────────────────────────────────────────────────────────────────────────…
-
Issue is reproduced in Azure Kubernetes Service, but it works on GCP
If application has metrics.serviceMonitor.default.enabled=true in helm chart, operator fails with error
```
2024-11-29T13:39…
-
{
"platform":"",
"hub-mirror": [
"若对OS/ARCH无要求,platform请留空,不要加任何值,默认就是linux/amd64",
"如需切换arm架构,请修改platform为arm64或linux/arm64/v8",
"格式:你需要转换的原始镜像$自定义镜像名:自定义标签名 (其中 …
-
**What happened**:
When my k8s cluster (containerd runtime) host also has a docker runtime, kruise will recognize the k8s cluster runtime as docker
![image](https://github.com/user-attachments/a…
-
Could k8s-dra-driver be depoyed even the cluster has no GPU.
I guess even the cluster has no GPU, k8s-dra-driver could be depoyed as device plugin.
By the way, when I try to do the demo, if there is…
-
[Design](https://github.com/AztecProtocol/engineering-designs/pull/12)
```[tasklist]
### Tasks
- [ ] https://github.com/AztecProtocol/aztec-packages/issues/7999
- [ ] https://github.com/AztecPro…
-
**Describe the bug**
I'm trying to create VM from plan described below:
```
# proxmox_virtual_environment_vm.worker_node["1"] will be created
+ resource "proxmox_virtual_environment_vm" "worker_n…
-
We're currently using k8s-image-swapper to proxy all the images in our cluster to ECR. I have setup a lifecycle policy for the images to delete after 30 days after push.
However once the image gets…