You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the following code in internal/cmd/ansible-operator/run/cmd.go:
// todo: remove when a upper version be bumpederr=mgr.AddHealthzCheck("ping", healthz.Ping)
iferr!=nil {
log.Error(err, "Failed to add Healthz check.")
}
/language ansible
The text was updated successfully, but these errors were encountered:
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
Remove the following code in internal/cmd/ansible-operator/run/cmd.go:
// todo: remove when a upper version be bumpederr=mgr.AddHealthzCheck("ping", healthz.Ping)
iferr!=nil {
log.Error(err, "Failed to add Healthz check.")
}
/language ansible
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
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
:/language ansible
The text was updated successfully, but these errors were encountered: