Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated cherry pick of #96716: Bump node-problem-detector to v0.8.5 #96783

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions cluster/addons/node-problem-detector/npd.yaml
Expand Up @@ -26,28 +26,28 @@ subjects:
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: npd-v0.8.0
name: npd-v0.8.5
namespace: kube-system
labels:
k8s-app: node-problem-detector
version: v0.8.0
version: v0.8.5
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
spec:
selector:
matchLabels:
k8s-app: node-problem-detector
version: v0.8.0
version: v0.8.5
template:
metadata:
labels:
k8s-app: node-problem-detector
version: v0.8.0
version: v0.8.5
kubernetes.io/cluster-service: "true"
spec:
containers:
- name: node-problem-detector
image: k8s.gcr.io/node-problem-detector:v0.8.0
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.5
command:
- "/bin/sh"
- "-c"
Expand Down
4 changes: 2 additions & 2 deletions cluster/gce/gci/configure.sh
Expand Up @@ -26,8 +26,8 @@ set -o pipefail
### Hardcoded constants
DEFAULT_CNI_VERSION="v0.8.7"
DEFAULT_CNI_SHA1="96a30cb67e33da95fb1d99f93dd787c2a3c08627"
DEFAULT_NPD_VERSION="v0.8.0"
DEFAULT_NPD_SHA1="9406c975b1b035995a137029a004622b905b4e7f"
DEFAULT_NPD_VERSION="v0.8.5"
DEFAULT_NPD_SHA1="d830be1efc1f360aab1a7025da993ccc435836e2"
DEFAULT_CRICTL_VERSION="v1.16.1"
DEFAULT_CRICTL_SHA1="8d7b788bf0a52bd3248407c6ebf779ffead27c99"
DEFAULT_MOUNTER_TAR_SHA="8003b798cf33c7f91320cd6ee5cec4fa22244571"
Expand Down
2 changes: 1 addition & 1 deletion test/kubemark/resources/hollow-node_template.yaml
Expand Up @@ -93,7 +93,7 @@ spec:
cpu: {{hollow_proxy_millicpu}}m
memory: {{hollow_proxy_mem_Ki}}Ki
- name: hollow-node-problem-detector
image: k8s.gcr.io/node-problem-detector:v0.8.0
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.5
env:
- name: NODE_NAME
valueFrom:
Expand Down