Seagate / cortx-k8s

CORTX Kubernetes Orchestration Repository
https://github.com/Seagate/cortx
Apache License 2.0
6 stars 47 forks source link

CORTX-30147: Rename Control service #299

Closed keithpine closed 2 years ago

keithpine commented 2 years ago

Description

As was done with other services, the Control service has now been renamed using the standard convention, which is the name of the component. The previous service is considered deprecated, still exists, but will be removed in the future. The type of the deprecated one is now ClusterIP, and the new service uses the user specified type.

Breaking change

No, but in a future release the deprecated service will be removed. This is not a breaking change either, unless users are referencing the service name somewhere else. Nothing in the default deployment uses the old service name.

Type of change

Applicable issues

How was this tested?

Deply/destroy cluster. Run status script, S3 I/O and CSM API requests.

Deleted deprecated services and status script reported success.

Deleted non-deprecated services and status script reported failure.

Additional information

Set the cortx.io/deprecated label to these services to help with the status script (to ignore these when checking).

Checklist

If this change requires newer CORTX or third party image versions:

If this change addresses a CORTX Jira issue: