Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm chart does not support Adding an Inaccessible Cluster #7187

Open
intonet opened this issue Mar 12, 2024 · 0 comments
Open

Helm chart does not support Adding an Inaccessible Cluster #7187

intonet opened this issue Mar 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@intonet
Copy link

intonet commented Mar 12, 2024

Describe the bug

Providing configuration for inaccessible cluster ( without secret ) for kiali-server helm values causing deployment to mount secrets to pod that not exist and pod Crashloop.
My values.yaml:

clustering:
  clusters:
    - name: west
      accessible: false
  kiali_urls:
    - cluster_name: west
      instance_name: kiali
      namespace: istio-system
      url: https://kiali.monitoring.west.internal.xxx.com

When clustering.clusters leave unset, then cluster does not show up in kiali.

Expected Behavior

When, clustering.clusters.accessible=false or if not provided clustering.clusters.secret_name then secrets should not be mounted.

What are the steps to reproduce this bug?

  1. Set values for clustering without secret
  2. Install via helm kiali-server

Environment

Learn about how to determine versions here.

  • Kiali version: v1.81.0
  • Istio version: Istio 1.20.2
  • Kubernetes impl: RKE2
  • Kubernetes version: v1.26.9+rke2r1
  • Other notable environmental factors: kiali chart 1.81.0
@intonet intonet added the bug Something isn't working label Mar 12, 2024
@nrfox nrfox added the backlog Triaged Issue added to backlog label Mar 12, 2024
@jshaughn jshaughn added refinement Still being full defined before taking any action and removed backlog Triaged Issue added to backlog labels Mar 20, 2024
@jshaughn jshaughn removed the refinement Still being full defined before taking any action label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants