Skip to content

For Ansible-based operator, remove the deprecated ping endpoint #24

@camilamacedo86

Description

@camilamacedo86

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

No one assigned

    Labels

    lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions