diff options
author | Eric Multanen <eric.w.multanen@intel.com> | 2020-07-16 13:12:03 -0700 |
---|---|---|
committer | Eric Multanen <eric.w.multanen@intel.com> | 2020-07-16 16:07:31 -0700 |
commit | 97c6ca4bfdfa4f5e367649ebf6a4e2c583e2cb78 (patch) | |
tree | 9adeb20034b02282155ada7bca735888d8f082a1 /src/monitor/deploy | |
parent | ad17b4360890fc2915795515ac265fc66720f4ad (diff) |
Move status tracking CR to rsync
Handle creation and deletion of the ResourceBundleState
Custom Resource per app/cluster in the rsync microservice
instead of adding it to the resources of the composite
application in the orchestrator service.
Issue-ID: MULTICLOUD-1125
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: Id0c0639ff62e788628e78f972107a7603c27abfb
Diffstat (limited to 'src/monitor/deploy')
-rwxr-xr-x | src/monitor/deploy/monitor-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor/deploy/monitor-deploy.sh b/src/monitor/deploy/monitor-deploy.sh index 47c7120f..6134e4da 100755 --- a/src/monitor/deploy/monitor-deploy.sh +++ b/src/monitor/deploy/monitor-deploy.sh @@ -1,3 +1,4 @@ +kubectl apply -f crds/k8splugin_v1alpha1_resourcebundlestate_crd.yaml kubectl apply -f role.yaml kubectl apply -f cluster_role.yaml kubectl apply -f role_binding.yaml |