Skip to content

issues Search Results · repo:kubernetes-sigs/controller-runtime language:Go

Filter by

1k results
 (84 ms)

1k results

inkubernetes-sigs/controller-runtime (press backspace or delete to remove)

controller-runtime provides the ability to control the MaxConcurrentReconciles https://github.com/kubernetes-sigs/controller-runtime/blob/252af6420feba970d0020ba4c029a0a1ce3f9688/pkg/config/controller.go#L47-L48 ...
  • a7i
  • 3
  • Opened 
    13 days ago
  • #3257

In the current implementation, controller-runtime s readiness probe only verifies that the webhook server has started but it does not account for whether leader election has completed. This leads to a ...
  • sohankunkerkar
  • 3
  • Opened 
    13 days ago
  • #3256

I think that something like CreateOrUpdate but for updates only would be a useful addition to the controller util package, I can open a PR for it and maybe also add a version for patch and another for ...
  • luisdavim
  • Opened 
    18 days ago
  • #3255

Problem The setup-envtest tool is missing binaries for recent Kubernetes versions: - ❌ 1.31.0 - Missing - ❌ 1.32.0 - Missing - ❌ 1.33.0 - Missing - ✅ 1.30.0 - Available (latest working) Impact ...
  • MayorFaj
  • Opened 
    on Jun 28
  • #3249

My controller owns and is responsible for making a deployment. The one container in this deployment has a liveness and startup probe. When the probes reach their failure threshold kubelet restarts the ...
  • cclarkedt
  • 11
  • Opened 
    on Jun 27
  • #3248

hi, is the following a known issue? please advise how to fix it? [controller-runtime] log.SetLogger(...) was never called; logs will not be displayed. Detected at: goroutine 216 [running]: runtime/debug.Stack() ...
  • geraldstanje1
  • 7
  • Opened 
    on Jun 25
  • #3244

I am currently writing unit tests in my go application and I list events. These events can be filtered with field selectors to exclude some events. In the code everything is fine, but in the fake client ...
  • marvinbstackit
  • 1
  • Opened 
    on Jun 24
  • #3242

Controllers usually do not read their own status. It is very common to create too many reconcile calls, because updates to the events do not get ignored. This leads to higher load, and sometimes rate-limits ...
  • guettli
  • 8
  • Opened 
    on Jun 23
  • #3240

Hi team, Recently I ve testing with the new priority queue implementation and it occurs to me that right now getting from the priority queue when it has been shutdown might get stuck. It can be easily ...
kind/bug
  • michaelawyu
  • 1
  • Opened 
    on Jun 22
  • #3239

We’ve observed that when using WithAuthenticationAndAuthorization() (with self-signed certs), the metrics server may take a few seconds to become available on Kubernetes 1.33+. In particular, some Kubebuilder ...
  • camilamacedo86
  • 2
  • Opened 
    on Jun 22
  • #3238
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub