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 Base Chart installation fails for primary-remote multi-cluster #51597

Closed
2 tasks done
nshankar13 opened this issue Jun 16, 2024 · 0 comments
Closed
2 tasks done

Helm Base Chart installation fails for primary-remote multi-cluster #51597

nshankar13 opened this issue Jun 16, 2024 · 0 comments
Assignees
Labels
area/environments feature/Multi-cluster issues related with multi-cluster support

Comments

@nshankar13
Copy link
Contributor

nshankar13 commented Jun 16, 2024

Is this the right place to submit this?

  • This is not a security vulnerability or a crashing bug
  • This is not a question about how to use Istio

Bug Description

Helm installation fails for the Base chart when remotePilotAddress is set with the following message:

Error: INSTALLATION FAILED: template: base/templates/services.yaml:5:16: executing "base/templates/services.yaml" at <.Values.pilot.enabled>: nil pointer evaluating interface {}.enabled

This is because it expects .Values.pilot.enabled to be a value in the Helm chart even though it isn't: https://github.com/istio/istio/blob/1.22.1/manifests/charts/base/templates/services.yaml#L5.
https://github.com/istio/istio/blob/1.22.1/manifests/charts/base/templates/endpoints.yaml#L6.

Version

Using Istio 1.20 with Helm v3.9.3 but the problem is there with 1.22 as well.

Additional Information

No response

@nshankar13 nshankar13 self-assigned this Jun 16, 2024
@istio-policy-bot istio-policy-bot added area/environments feature/Multi-cluster issues related with multi-cluster support labels Jun 16, 2024
@nshankar13 nshankar13 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/environments feature/Multi-cluster issues related with multi-cluster support
Projects
None yet
Development

No branches or pull requests

2 participants