failed to initialize plugins server: unable to parse additional clusters config #8198
Labels
kind/question
An issue that reports a question about the project
stale
Automatic label to stale issues due inactivity to be closed if no further action
Summary
Issue with Kubeapps APIs deployment: "failed to initialize plugins server: unable to parse additional clusters config".
Background and rationale
I am attempting to deploy Kubeapps within the
monitoring
namespace of my Kubernetes cluster. My use case involves enabling multi-cluster support and utilizing Kubeapps for managing Helm charts and other Kubernetes resources. Despite configuring the necessary deployments, services, and ConfigMaps, thekubeapps-apis
pod fails to initialize properly, which is critical for interacting with Kubernetes clusters through Kubeapps.Description
The
kubeapps-apis
pod enters aCrashLoopBackOff
state. The logs provide the following error:The
clusters-config.yaml
ConfigMap contains the following configuration:I have attached my YAML configuration below:
Deployments
Services
ConfigMaps
Despite this setup, I encounter persistent issues with the
kubeapps-apis
pod initialization.Additional context
I suspect the issue may relate to the parsing of the
clusters-config.yaml
file, given the logs mention an "invalid character 'c'". Any guidance on resolving this error or insights into potential misconfigurations in my YAML files would be greatly appreciated.Thank you for your assistance!
The text was updated successfully, but these errors were encountered: