8000 Support setting namespaces on gateway charts by shamsher31 · Pull Request #32675 · istio/istio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support setting namespaces on gateway charts #32675

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

Merged
merged 1 commit into from
May 17, 2021

Conversation

shamsher31
Copy link
Member

To fix #32655

@shamsher31 shamsher31 added the release-notes-none Indicates a PR that does not require release notes. label May 6, 2021
@shamsher31 shamsher31 self-assigned this May 6, 2021
@shamsher31 shamsher31 requested a review from a team as a code owner May 6, 2021 09:40
@google-cla google-cla bot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label May 6, 2021
@istio-testing istio-testing added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 6, 2021
@shamsher31 shamsher31 requested a review from morvencao May 17, 2021 06:14
Comment on lines +73 to +79
{{- if $item.namespaces }}
namespaces:
{{- $ns := split "," $item.namespaces }}
{{- range $i, $n := $ns }}
- {{ $n | quote }}
{{- end }}
{{- end }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the namespaces in affinity added after k8s 1.17?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it was around from k8s 1.14.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shamsher31
Copy link
Member Author

/test integ-pilot-multicluster-tests_istio

@istio-testing istio-testing merged commit 85b288d 8000 into istio:master May 17, 2021
@shamsher31 shamsher31 deleted the gateway-charts-ns branch May 17, 2021 11:27
arka-pramanik-hpe added a commit to Cray-HPE/cray-istio that referenced this pull request May 12, 2025
arka-pramanik-hpe added a commit to Cray-HPE/cray-istio that referenced this pull request May 30, 2025
* Revamped Chart Structure since Istio Operator is deprecated now
* Renamed cray-istio chart to cray-istio-ingress
* Removed charts cray-istio-deploy and cray-istio-operator
* Added charts cray-istio-base and cray-istio-pilot
* Updated version tags and images
* Updated LICENSES
* Support setting namespaces on gateway charts (istio/istio#32675)
* More consistent helm charts labels (istio/istio#52463)
* By default, exclude gateways from ambient mesh enrollment (istio/istio#54825)
* Upgrade docker-kubectl version
* Modify rbac and change jwtPolicy
* initial ClusterTrustBundle v1alpha1 support (istio/istio#55592)
* Update Image and App version to 1.26.0
* Add a check before accessing the Values
* Update chart values to comply with upstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. release-notes-none Indicates a PR that does not require release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support setting namespaces on gateway charts
3 participants
0