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 changes to add enterprise network enabled flag #2751

Merged
merged 3 commits into from
Nov 20, 2023

Conversation

avrodrigues5
Copy link
Contributor

What does this PR change?

Enabled enterprise network when and of the service tagging is enabled https://docs.kubecost.com/install-and-configure/advanced-configuration/network-costs-configuration#cloud-provider-service-tagging

Does this PR rely on any other PRs?

KCM PR

How does this PR impact users? (This is the kind of thing that goes in release notes!)

Have ability to enable enterprise networking

Links to Issues or tickets this PR addresses or fixes

What risks are associated with merging this PR? What is required to fully test this PR?

How was this PR tested?

In my cluster helm upgrading with the helm values

Have you made an update to documentation? If so, please provide the corresponding PR.

Not yet!

@avrodrigues5 avrodrigues5 force-pushed the avr/enable_enterpise_networking_flag branch from c4bf4b6 to 890e672 Compare November 13, 2023 23:56
{{- if .Values.networkCosts.config.services }}
{{- $services := .Values.networkCosts.config.services -}}
{{- if or (index $services "google-cloud-services") (index $services "aws-cloud-services") (index $services "azure-cloud-services")}}
- name: ENTERPRISE_NETWORK_ENABLED
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe "ADVANCED_NETWORK_STATS"? Can you also leave a comment on what this does?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done , please review it again!

@avrodrigues5 avrodrigues5 force-pushed the avr/enable_enterpise_networking_flag branch from aa49344 to 0780de8 Compare November 17, 2023 19:06
…ed with suffix -cloud-services, hence correcting the helm flag setting
@avrodrigues5 avrodrigues5 merged commit 6b1e9a3 into develop Nov 20, 2023
11 checks passed
@avrodrigues5 avrodrigues5 deleted the avr/enable_enterpise_networking_flag branch November 20, 2023 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants