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

liveness/readiness probe scaffolded by default #1761

Closed
camilamacedo86 opened this issue Oct 30, 2020 · 3 comments · Fixed by #1795 or #1856
Closed

liveness/readiness probe scaffolded by default #1761

camilamacedo86 opened this issue Oct 30, 2020 · 3 comments · Fixed by #1795 or #1856
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@camilamacedo86
Copy link
Member

What do you want to happen?
I would like to see liveness/readiness probe for operators scaffolded by default

Is there currently another issue associated with this?

operator-framework/operator-sdk#4102

PS.: also, it cames as requested in a survey

/kind feature

@camilamacedo86 camilamacedo86 added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 30, 2020
@camilamacedo86 camilamacedo86 changed the title liveness/readiness probe for operators scaffolded by default liveness/readiness probe scaffolded by default Oct 30, 2020
@camilamacedo86
Copy link
Member Author

See that the manager has the options :

	// HealthProbeBindAddress is the TCP address that the controller should bind to
	// for serving health probes
	HealthProbeBindAddress string

	// Readiness probe endpoint name, defaults to "readyz"
	ReadinessEndpointName string

	// Liveness probe endpoint name, defaults to "healthz"
	LivenessEndpointName string

More info: https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.6.3/pkg/manager#Manager

@prafull01
Copy link
Contributor

/assign

@camilamacedo86
Copy link
Member Author

Closing in favor of 1856

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
2 participants