Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Update openshift-nfd-operator to latest changes (#3402)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
  • Loading branch information
ArangoGutierrez committed Mar 24, 2021
1 parent 3e9f09f commit 946921f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
}
]
description: This software enables node feature discovery for Kubernetes. It detects hardware features available on each node in a Kubernetes cluster, and advertises those features using node labels.
olm.skipRange: ">=4.1.0 <4.6.0"
olm.skipRange: ">=4.2.0 <4.5.0"
spec:
displayName: Node Feature Discovery
minKubeVersion: 1.17.0
Expand Down Expand Up @@ -164,11 +164,6 @@ spec:
ports:
- containerPort: 60000
name: metrics
readinessProbe:
exec:
command:
- stat
- /tmp/operator-sdk-ready
failureThreshold: 1
initialDelaySeconds: 4
periodSeconds: 10
Expand All @@ -179,9 +174,6 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
volumeMounts:
- mountPath: /tmp
name: tmp
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: nfd-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ metadata:
annotations:
capabilities: Basic Install
categories: "Database"

provider: Red Hat
support: Red Hat
containerImage:
Expand All @@ -31,7 +30,7 @@ metadata:
}
]
description: This software enables node feature discovery for Kubernetes. It detects hardware features available on each node in a Kubernetes cluster, and advertises those features using node labels.
olm.skipRange: ">=4.1.0 <4.7.0"
olm.skipRange: ">=4.3.0 <4.7.0"
spec:
displayName: Node Feature Discovery
version: 4.6.0
Expand Down Expand Up @@ -165,11 +164,6 @@ spec:
ports:
- containerPort: 60000
name: metrics
readinessProbe:
exec:
command:
- stat
- /tmp/operator-sdk-ready
failureThreshold: 1
initialDelaySeconds: 4
periodSeconds: 10
Expand All @@ -180,9 +174,6 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
volumeMounts:
- mountPath: /tmp
name: tmp
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: nfd-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ spec:
ports:
- containerPort: 60000
name: metrics
readinessProbe:
exec:
command:
- stat
- /tmp/operator-sdk-ready
failureThreshold: 1
initialDelaySeconds: 4
periodSeconds: 10
Expand All @@ -186,9 +181,6 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
volumeMounts:
- mountPath: /tmp
name: tmp
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: nfd-operator
Expand Down

0 comments on commit 946921f

Please sign in to comment.