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
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
This came up when a user tried to create a stateful set as part of his chart. The problem is that we inject labels into the template within a deployment object, but we don't do the same for Stateful Sets.
As a result, pods created with a Stateful Set are never matched against the selectors inside a Service.
The text was updated successfully, but these errors were encountered:
This came up when a user tried to create a stateful set as part of his chart. The problem is that we inject labels into the template within a deployment object, but we don't do the same for Stateful Sets.
As a result, pods created with a Stateful Set are never matched against the selectors inside a Service.
The text was updated successfully, but these errors were encountered: