extendeddaemonset icon indicating copy to clipboard operation
extendeddaemonset copied to clipboard

Kubernetes Extended Daemonset controller

Results 8 extendeddaemonset issues
Sort by recently updated
recently updated
newest added

**Describe the bug** ExtendedDaemonSet has selector field: https://github.com/DataDog/extendeddaemonset/blob/main/api/v1alpha1/extendeddaemonset_types.go#L22 , which states: ``` // A label query over pods that are managed by the daemon set. // Must match in order...

bug
component/controller

Hey! Thanks a lot for sharing the great work and providing us the world's best observability service. I'm filing this feature request believing this fits nicely within the scope of...

### What does this PR do? Cherry-pick release process fix from v0.9 branch. ### Motivation Release process should work from main for the next release. ### Additional Notes Anything else...

### What does this PR do? Migrate the internal `extendeddaemonset-check` image to GBI. ### Motivation Security folks want all containers running on our internal infra to be based on a...

tooling
qa/skip-qa

Hello! `extendeddaemonset`, or something similar, is a feature we've been wanting for our Kubernetes clusters. I see, however, that there hasn't been much activity on the project in the last...

### What does this PR do? Notable changes: * `controller-runtime` 0.15.x -> 0.16.0 - didn't update to latest of 0.16.x as `fake` caused test failures. * k8s APIs 0.27.7 ->...

tooling
qa/skip-qa

### What does this PR do? This PR changes the way we count unready pods during the rollout. Instead of looking at an annotation that was created with the new...

bug