Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

MultiMx/RancherRedeployAction

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RancherRedeployAction

一般用法

- name: Restart
  uses: MultiMx/RancherRedeployAction@v3.1
  with:
    backend: 'https://rancher.example.domain/v3/'
    token: ${{ secrets.CATTLE_BEARER_TOKEN }}
    project: 'local:p-qgid4'
    namespace: 'control'
    workload: 'worker'

等待工作负载 100% 可用

- name: Restart
  uses: MultiMx/RancherRedeployAction@v3.1
  with:
    backend: 'https://rancher.example.domain/v3/'
    token: ${{ secrets.CATTLE_BEARER_TOKEN }}
    project: 'local:p-qgid4'
    namespace: 'control'
    workload: 'worker'
    wait: true

About

RancherRedeployAction

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors