Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
When creating a CR on kubernetes 1.29 I see following warning:
Warning: metadata.finalizers: "delete-mysql-pods-in-order": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers
Warning: metadata.finalizers: "delete-ssl": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers
although it’s not a problem, but it seems like a good practice to add.
When creating a CR on kubernetes 1.29 I see following warning:
Warning: metadata.finalizers: "delete-mysql-pods-in-order": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers Warning: metadata.finalizers: "delete-ssl": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers
although it’s not a problem, but it seems like a good practice to add.