ndacic
ndacic
Having same issue with helm_release terraform resource. 
@elezar what do you mean? I am facing same issue. Deploying it as a daemon set with Flux, not using helm. Should I create DEVICE_LIST_STRATEGY env variable for container, set...
getting the same issue while trying to install prometheus operator. ❯ k get apiservices.apiregistration.k8s.io -A NAME SERVICE AVAILABLE AGE v2.autoscaling Local True 59d v2beta1.helm.toolkit.fluxcd.io Local True 11d v2beta2.autoscaling Local True...
resolved by using new helm release version for prometheus operator
but still getting ``` ❯ k get apiservices.apiregistration.k8s.io v3.projectcalico.org -o yaml apiVersion: apiregistration.k8s.io/v1 kind: APIService metadata: creationTimestamp: "2023-05-11T19:04:37Z" name: v3.projectcalico.org ownerReferences: group: projectcalico.org groupPriorityMinimum: 1500 service: name: calico-api namespace: calico-apiserver...
@lucasscheepers did you manage to resolve it? Namespace deletions get stuck in terminating state due to this apiservice not being responsive. Any way of turning it off?
same, running it with tigera on EKS. Deinstalled API server and resolved it. We will see what the consequences will be. According to docs it should only block tigera cli...