Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: sealos applications actions #1259

Closed
fanux opened this issue Jul 6, 2022 · 4 comments
Closed

Feature: sealos applications actions #1259

fanux opened this issue Jul 6, 2022 · 4 comments
Assignees
Labels
kind/feature New feature or request
Milestone

Comments

@fanux
Copy link
Member

fanux commented Jul 6, 2022

image

We can define some actions for applications delete upgrade scale...

apiVersion: apps.sealos.io/v1beta1
kind: Actions
metadata:
  name: delete
spec:
  shell: kubectl delete -f mysql-cr.yaml 
  # shell: kubectl delete mysql $(instance name)
...

Then copy the actions yaml to applications image:

FROM mysql:8.0
COPY actions.yaml actions 

Then sealos desktop will got the applications actions.

@fanux fanux self-assigned this Jul 6, 2022
@SignorMercurio SignorMercurio added the kind/feature New feature or request label Jul 30, 2022
@fanux fanux added this to the release-v4.2.0 milestone Dec 26, 2022
@stale
Copy link

stale bot commented Apr 30, 2023

This issue has been automatically closed because we haven't heard back for more than 60 days, please reopen this issue if necessary.

@cuisongliu
Copy link
Collaborator

/reopen

@stale stale bot removed the response-expired label May 17, 2023
@stale
Copy link

stale bot commented Jul 16, 2023

This issue has been automatically closed because we haven't heard back for more than 60 days, please reopen this issue if necessary.

@cuisongliu cuisongliu modified the milestones: v4.3, v4.4 Aug 24, 2023
@stale stale bot removed the response-expired label Aug 24, 2023
@cuisongliu cuisongliu added this to the v4.4 milestone Aug 24, 2023
@stale
Copy link

stale bot commented Oct 23, 2023

This issue has been automatically closed because we haven't heard back for more than 60 days, please reopen this issue if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants