aboutsummaryrefslogtreecommitdiffstats
path: root/deployments/helm/v2/emco/etcd/Chart.yaml
blob: 210b32796120458d63c3d28b4b7dc22e108d5e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright © 2019 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: v1
name: etcd
home: https://github.com/coreos/etcd
version: 3.2.26
appVersion: 2.2.5
description: Distributed reliable key-value store for the most critical data of a
  distributed system.
-icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png
sources:
- https://github.com/coreos/etcd
s-0.1.0.tgz --name rel-tools --namespace emco` NOTE: Deploy the Chart emco-0.1.0.tgz to deploy all packages including database, services and tools. `$ helm install dist/packages/emco-0.1.0.tgz --name rel --namespace emco` **5. To check logs of the different Microservices check fluentd logs** `kubectl logs rel-fluentd-0 -n emco | grep orchestrator` **6. Delete all packages** `$ helm delete rel-services --purge` `$ helm delete rel-db --purge` Optional if tools were installed `$ helm delete rel-tools --purge` NOTE: If the Chart emco-0.1.0.tgz was deployed `$ helm delete rel --purge` **7. Delete local helm repo** `make repo-stop` ### Known Issues After deleting the db package and before installing the package again following error happens: `Error: release rel-db failed: object is being deleted: persistentvolumes "rel-db-emco-etcd-data-0" already exists` Workaround : `kubectl edit persistentvolumes rel-db-emco-etcd-data-0` and remover finalizers section