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

fix: set network node service as a headless service to support FQDN on GKE #849

Merged
merged 1 commit into from
May 15, 2024

Conversation

jeromy-cannon
Copy link
Contributor

Description

This pull request changes the following:

  • set network node service as a headless service to support FQDN on GKE in order for config.txt/address book to work correctly with the current solo logic.

Related Issues

… in order for config.txt/address book to work correctly with the current solo logic.

Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Copy link

Unit Test Results

  26 files  ±0    26 suites  ±0   49s ⏱️ -5s
109 tests ±0  105 ✔️ ±0  4 💤 ±0  0 ±0 
110 runs  ±0  106 ✔️ ±0  4 💤 ±0  0 ±0 

Results for commit 17cfe43. ± Comparison against base commit 494205f.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.17%. Comparing base (494205f) to head (17cfe43).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #849   +/-   ##
=========================================
  Coverage     67.17%   67.17%           
  Complexity      339      339           
=========================================
  Files            64       64           
  Lines          1319     1319           
  Branches        157      157           
=========================================
  Hits            886      886           
  Misses          370      370           
  Partials         63       63           

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit 9ac3c35 into main May 15, 2024
18 checks passed
@jeromy-cannon jeromy-cannon deleted the 00848-gke-fqdns-fix branch May 15, 2024 17:48
swirlds-automation added a commit that referenced this pull request May 16, 2024
## [0.25.0](v0.24.5...v0.25.0) (2024-05-16)

### Features

* add conditional configMap and secret volumeMounts to `fullstack-deployment` helm chart ([#797](#797)) ([ed3c16d](ed3c16d))

### Bug Fixes

* set network node service as a headless service to support FQDN on GKE ([#849](#849)) ([9ac3c35](9ac3c35))
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.25.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Charts[Network]: FQDN is not working on GKE
3 participants