Reputation: 22244
In the example below, the Pod definition is embedded in the StatefulSet definition. Is there a way to separate the Pod definition to refer to a separately defined Pod definition?
Upvotes: 0
Views: 86
Reputation: 14628
Is there a way to separate the Pod definition to refer to a separately defined Pod definition
No.
For longer version, here is definition of StatefulSet
Upvotes: 1