How to use Rollout to manage StatefulSet #4279
              
                Unanswered
              
          
                  
                    
                      patrickant001
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Related discussion: #1346
We love the analysisruns, and want Argo Rollout to support StatefulSet.
We currently have a workaround to use control_pod as a mini-orchestrator:
Rollout -> ReplicaSet -> control_pod -> StatefulSet -> worker_pods. The control_pod in here does not do any real work (except orchestration and readiness prob proxying), adds scheduling latency and extra failure domain. A simpler architecture likeRollout -> ReplicaSet -> StatefulSet -> worker_podswould be ideal.I have two questions.
StsReplicaSetCRD, and addsStsTemplateto the Rollout spec, would the community be interested?Beta Was this translation helpful? Give feedback.
All reactions