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
Currently skycli secret remove [SECRET_NAME] only remove the db reference but not the k8s secret, to make sure the deployed microservices won't be affected. We should cleanup the unreferenced secrets.
Idea 1: Setup a job in cluster to remove deleted and unreferenced secrets
Idea 2: Check and delete unreferenced secrets when stopping microservices and removing domains
Secret type need to be handled
tls
docker config json for image pull secret
opaque
Portal Design
Remove this section if the feature have no Portal
Blog Post Specification
Blog Post of the Feature Release
Open Questions
Put a list of open questions here before a complete design / specification is decided
Related Issues
Server Issues
Client Issues
Guides Issues
The text was updated successfully, but these errors were encountered:
Description
Currently
skycli secret remove [SECRET_NAME]
only remove the db reference but not the k8s secret, to make sure the deployed microservices won't be affected. We should cleanup the unreferenced secrets.Idea 1: Setup a job in cluster to remove deleted and unreferenced secrets
Idea 2: Check and delete unreferenced secrets when stopping microservices and removing domains
Secret type need to be handled
Portal Design
Remove this section if the feature have no Portal
Blog Post Specification
Blog Post of the Feature Release
Open Questions
Put a list of open questions here before a complete design / specification is decided
Related Issues
The text was updated successfully, but these errors were encountered: