Skip to content

Commit

Permalink
ClusterPodStatuses analyzer (#2270)
Browse files Browse the repository at this point in the history
* Unhealthy pod default analyzer

Co-authored-by: divolgin <dmitriy@replicated.com>
  • Loading branch information
sgalsaleh and divolgin committed Oct 28, 2021
1 parent 388a485 commit 81ce092
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 60 deletions.
8 changes: 5 additions & 3 deletions go.mod
Expand Up @@ -16,6 +16,7 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
github.com/bugsnag/panicwrap v1.2.0 // indirect
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/containerd/containerd v1.5.7
github.com/containers/image/v5 v5.15.2
github.com/containers/storage v1.37.0 // indirect
Expand Down Expand Up @@ -63,7 +64,7 @@ require (
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/rancher/wrangler v0.8.3
github.com/replicatedhq/kurl v0.0.0-20210414162418-8d6211901244
github.com/replicatedhq/troubleshoot v0.16.0
github.com/replicatedhq/troubleshoot v0.18.0
github.com/replicatedhq/yaml/v3 v3.0.0-beta5-replicatedhq
github.com/robfig/cron v1.2.0
github.com/robfig/cron/v3 v3.0.1
Expand Down Expand Up @@ -96,14 +97,15 @@ require (
k8s.io/apiextensions-apiserver v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/cli-runtime v0.22.1
k8s.io/client-go v0.22.1
k8s.io/client-go v0.22.2
k8s.io/cluster-bootstrap v0.22.1
k8s.io/helm v2.14.3+incompatible
k8s.io/klog/v2 v2.9.0
k8s.io/kube-openapi v0.0.0-20210817084001-7fbd8d59e5b8 // indirect
k8s.io/kubelet v0.0.0
k8s.io/kubernetes v1.22.1
k8s.io/utils v0.0.0-20210802155522-efc7438f0176
k8s.io/metrics v0.16.15 // indirect
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
oras.land/oras-go v0.4.0
sigs.k8s.io/application v0.8.3
sigs.k8s.io/controller-runtime v0.8.3
Expand Down

0 comments on commit 81ce092

Please sign in to comment.