From 964db6a95cfdd82969f6af5a09822929a1862408 Mon Sep 17 00:00:00 2001 From: Srivahni Chivukula Date: Tue, 7 Apr 2020 17:52:05 -0700 Subject: Status operator to update status of resources This operator monitors the status of resources like pods, services, deployments, daemonsets, configmaps etc. and updates the status in the CR accordingly. Issue-ID: MULTICLOUD-1047 Signed-off-by: Srivahni Chivukula Change-Id: I7d92584a44c8add2df69f2985140a55b460ac037 --- .../deploy/crds/k8splugin_v1alpha1_resourcebundlestate_cr.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/monitor/deploy/crds/k8splugin_v1alpha1_resourcebundlestate_cr.yaml') diff --git a/src/monitor/deploy/crds/k8splugin_v1alpha1_resourcebundlestate_cr.yaml b/src/monitor/deploy/crds/k8splugin_v1alpha1_resourcebundlestate_cr.yaml index 9e6e42d3..86fe0553 100644 --- a/src/monitor/deploy/crds/k8splugin_v1alpha1_resourcebundlestate_cr.yaml +++ b/src/monitor/deploy/crds/k8splugin_v1alpha1_resourcebundlestate_cr.yaml @@ -2,12 +2,11 @@ apiVersion: k8splugin.io/v1alpha1 kind: ResourceBundleState metadata: name: example-resourcebundlestate - namespace: test labels: - "k8splugin.io/rb-inst-id": "bionic-beaver" + "emco/deployment-id": "bionic-beaver" spec: selector: matchLabels: - "k8splugin.io/rb-inst-id": "bionic-beaver" + "emco/deployment-id": "bionic-beaver" status: ready: false -- cgit 1.2.3-korg