-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
Feature Request
Describe the problem you need a feature to resolve.
The ping endpoint was deprecated in https://github.com/operator-framework/operator-sdk/pull/4326/files and requires to be removed for 2.0 release.
Describe the solution you'd like.
Remove the following code in internal/cmd/ansible-operator/run/cmd.go
:
// todo: remove when a upper version be bumped
err = mgr.AddHealthzCheck("ping", healthz.Ping)
if err != nil {
log.Error(err, "Failed to add Healthz check.")
}
/language ansible
Metadata
Metadata
Assignees
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.