Skip to content

Commit

Permalink
Add in-place CRDs in Diagnostics collecter (#7503)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavmpandey08 authored Feb 7, 2024
1 parent 5d5c00c commit 9010e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/diagnostics/collectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ func (c *EKSACollectorFactory) managementClusterLogCollectors() []*Collect {
func (c *EKSACollectorFactory) managementClusterCrdCollectors() []*Collect {
mgmtCrds := []string{
"clusters.anywhere.eks.amazonaws.com",
"controlplaneupgrades.anywhere.eks.amazonaws.com",
"machinedeploymentupgrades.anywhere.eks.amazonaws.com",
"nodeupgrades.anywhere.eks.amazonaws.com",
"bundles.anywhere.eks.amazonaws.com",
"clusters.cluster.x-k8s.io",
"machinedeployments.cluster.x-k8s.io",
Expand Down

0 comments on commit 9010e4f

Please sign in to comment.