Skip to content

Commit

Permalink
Merge pull request #129598 from aravindhp/automated-cherry-pick-of-#1…
Browse files Browse the repository at this point in the history
…29595-upstream-release-1.32

Automated cherry pick of #129595: kubelet: use env vars in node log query PS command

Kubernetes-commit: 5fe148234f8ab1184f26069c4f7bef6c37efe347
  • Loading branch information
k8s-publishing-bot committed Jan 14, 2025
1 parent 14a411f commit 8dbe302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.65.0
k8s.io/api v0.0.0-20241206182328-b0543a351f7c
k8s.io/api v0.0.0-20250110191431-25d8df3c710c
k8s.io/apimachinery v0.0.0-20241206181855-59e9003f02d6
k8s.io/apiserver v0.0.0-20241206190231-34b7cc90dd5f
k8s.io/apiserver v0.0.0-20250109114639-f2c6d906e4f9
k8s.io/client-go v0.0.0-20241206183707-4765adee376d
k8s.io/component-base v0.0.0-20241206184937-e168b31aab46
k8s.io/cri-api v0.0.0-20241206193713-67fcf83dd3a3
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/api v0.0.0-20241206182328-b0543a351f7c h1:UoXV3XeoOwdU6+7kUhkKW/u3q99JwsKjQUI3qur90cM=
k8s.io/api v0.0.0-20241206182328-b0543a351f7c/go.mod h1:MTvs54H/YfTPDnBal6hTyMIJhy2TWEF5p0S9e3fytBw=
k8s.io/api v0.0.0-20250110191431-25d8df3c710c h1:ZWv9+6mj+KkljdDnYG1elsGgYrt49uT97b2EdhvsNbo=
k8s.io/api v0.0.0-20250110191431-25d8df3c710c/go.mod h1:MTvs54H/YfTPDnBal6hTyMIJhy2TWEF5p0S9e3fytBw=
k8s.io/apimachinery v0.0.0-20241206181855-59e9003f02d6 h1:8ccyzZdQXEqpO3sboLCV3yt9bm6VFoO/jYOGS7gCAQs=
k8s.io/apimachinery v0.0.0-20241206181855-59e9003f02d6/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
k8s.io/apiserver v0.0.0-20241206190231-34b7cc90dd5f h1:EauXj+xJmlTrtNyrDWXZJcnvcP9isVBX6fnS53olwNc=
k8s.io/apiserver v0.0.0-20241206190231-34b7cc90dd5f/go.mod h1:cKRk1+bLLrdmJdcPm93gCVC8czgkjsGFopCjIAFlu+Y=
k8s.io/apiserver v0.0.0-20250109114639-f2c6d906e4f9 h1:g6Eb9ZaHRB9PVbdCo+QArc4JM+Iiba1TjdNJ0S776cc=
k8s.io/apiserver v0.0.0-20250109114639-f2c6d906e4f9/go.mod h1:cKRk1+bLLrdmJdcPm93gCVC8czgkjsGFopCjIAFlu+Y=
k8s.io/client-go v0.0.0-20241206183707-4765adee376d h1:G4wKk+ukIiWdxhQ4Abp5mzhDHiWLxJ5ULkfbiTaEo0Q=
k8s.io/client-go v0.0.0-20241206183707-4765adee376d/go.mod h1:Ko7WtFhax0MfsyGw3p+tkz9okED9f+l5eq86pW0bLYs=
k8s.io/component-base v0.0.0-20241206184937-e168b31aab46 h1:uNlrqUPdZ17VfQJ16VCS+sbzFSc9fbfpusH4NQgw/VI=
Expand Down

0 comments on commit 8dbe302

Please sign in to comment.