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
"""# [DEPRECATED!] KubernetesServicePatch Library.
The `kubernetes_service_patch` library is DEPRECATED and will be removed in October 2025.
For patching the Kubernetes service created by Juju during the deployment of a charm,
`ops.Unit.set_ports` functionality should be used instead.
Thus we need to drop it from the charms using it before October 2025
What needs to get done
Replace with set_ports
Definition of Done
No CKF charm uses the deprecated library
The text was updated successfully, but these errors were encountered:
Context
As per the library's docstring
https://github.com/canonical/observability-libs/blob/2ba744e224a09404fb05b00cfe56f9908441472e/lib/charms/observability_libs/v1/kubernetes_service_patch.py#L4-L11
Thus we need to drop it from the charms using it before October 2025
What needs to get done
Replace with
set_ports
Definition of Done
No CKF charm uses the deprecated library
The text was updated successfully, but these errors were encountered: