-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Define how to enable/disable and configure plugins #584
Labels
Area/Plugins
Issues related to plugin infra/internal plugins
Breaking change
Impacts backwards compatibility
Enhancement/User
End-User Enhancement to Velero
Icebox
We see the value, but it is not slated for the next couple releases.
kind/requirement
Reviewed Q2 2021
Comments
Let's say we want to enable/disable and configure the "foo.com/pod" BackupItemAction. Possible options:
apiVersion: v1
kind: ConfigMap
metadata:
name: foo-com-pod-config
labels:
ark.heptio.com/plugin-config: foo.com/pod
data:
enabled: false
addAnnotations:
color: green
size: small Let's say we just want to disable a plugin that has no configuration:
apiVersion: v1
kind: ConfigMap
metadata:
name: foo-com-pod-config
labels:
ark.heptio.com/plugin-config: foo.com/pod
ark.heptio.com/plugin-enabled: false Proposed approach:
|
This was referenced Mar 19, 2019
Un-assigned myself since I'm not currently working on this. |
eleanor-millman
added
the
Icebox
We see the value, but it is not slated for the next couple releases.
label
May 3, 2021
reasonerjt
removed
Breaking change
Impacts backwards compatibility
Enhancement/User
End-User Enhancement to Velero
Area/Plugins
Issues related to plugin infra/internal plugins
Reviewed Q2 2021
Icebox
We see the value, but it is not slated for the next couple releases.
labels
May 20, 2022
reasonerjt
added
kind/requirement
Icebox
We see the value, but it is not slated for the next couple releases.
Reviewed Q2 2021
Area/Plugins
Issues related to plugin infra/internal plugins
Enhancement/User
End-User Enhancement to Velero
Breaking change
Impacts backwards compatibility
labels
May 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area/Plugins
Issues related to plugin infra/internal plugins
Breaking change
Impacts backwards compatibility
Enhancement/User
End-User Enhancement to Velero
Icebox
We see the value, but it is not slated for the next couple releases.
kind/requirement
Reviewed Q2 2021
For example, some users might not want to enable the plugins that automatically walk from pod to pvc to pv.
The text was updated successfully, but these errors were encountered: