mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
operator: add differentiation label
Add one device plugin specific label to differentiate our operator from all the possible operators within same namespace. Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
This commit is contained in:
parent
52be7ed1e9
commit
6a4434bd7f
@ -3,6 +3,7 @@ kind: Namespace
|
||||
metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
manager: intel-deviceplugin-operator
|
||||
name: system
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
@ -12,15 +13,18 @@ metadata:
|
||||
namespace: system
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
manager: intel-deviceplugin-operator
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
control-plane: controller-manager
|
||||
manager: intel-deviceplugin-operator
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
manager: intel-deviceplugin-operator
|
||||
spec:
|
||||
containers:
|
||||
- image: docker.io/intel/intel-deviceplugin-operator:devel
|
||||
|
@ -12,3 +12,4 @@ spec:
|
||||
targetPort: https
|
||||
selector:
|
||||
control-plane: controller-manager
|
||||
manager: intel-deviceplugin-operator
|
||||
|
Loading…
Reference in New Issue
Block a user