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

chore(chart): start using Kubernetes' builtin gRPC probe #3041

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

hiddeco
Copy link
Contributor

@hiddeco hiddeco commented Dec 3, 2024

Related to #3038

This starts to make use of the builtin gRPC probe in an attempt to eventually drop our dependency on grpc_health_probe.

Sadly, however, the builtin probe does not support TLS (kubernetes/kubernetes#128365) (or disabling verification), and we can thus not drop the grpc_health_probe binary yet.

Copy link

netlify bot commented Dec 3, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 26a3377
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/674f5d0ece865d0008a6eaed
😎 Deploy Preview https://deploy-preview-3041.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@hiddeco
Copy link
Contributor Author

hiddeco commented Dec 9, 2024

This kind of conflicts with what is being attempted in #2906.

@krancour
Copy link
Member

krancour commented Dec 9, 2024

@hiddeco I will make sure #2906 lands in a spot that won't conflict with this. I don't want the probes fully configurable -- just the various thresholds.

@krancour
Copy link
Member

Let's get this in ahead of #2906.

@hiddeco hiddeco added this pull request to the merge queue Dec 11, 2024
Merged via the queue into akuity:main with commit de84a5a Dec 11, 2024
25 checks passed
@hiddeco hiddeco deleted the builtin-grpc-probe branch December 11, 2024 23:07
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.10%. Comparing base (50cf1cc) to head (26a3377).
Report is 34 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3041   +/-   ##
=======================================
  Coverage   51.10%   51.10%           
=======================================
  Files         283      283           
  Lines       25398    25398           
=======================================
  Hits        12979    12979           
  Misses      11720    11720           
  Partials      699      699           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

diegocaspi pushed a commit to diegocaspi/kargo that referenced this pull request Dec 18, 2024
fykaa pushed a commit to fykaa/kargo that referenced this pull request Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants