cloud-barista / cb-operator

The Operator for Cloud-Barista system
Apache License 2.0
6 stars 6 forks source link

Add support for GKE #134

Closed jihoon-seo closed 3 years ago

jihoon-seo commented 3 years ago

❯ ./operator run CB_OPERATOR_MODE: Kubernetes

[Setup and Run Cloud-Barista]

[Config path] ../helm-chart/values.yaml

namespace/cloud-barista configured install.go:159: [debug] Original chart version: "" install.go:176: [debug] CHART PATH: /home/jhseo/go/src/github.com/cloud-barista/cb-operator/helm-chart

coalesce.go:199: warning: destination for resources is a table. Ignoring non-table value coalesce.go:160: warning: skipped value for image: Not a table. Error: rendered manifests contain a resource that already exists. Unable to continue with install: ServiceAccount "metrics-server" in namespace "kube-system" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "cloud-barista"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "cloud-barista"

[해결 방법]

seokho-son commented 3 years ago

LGTM!