-
Notifications
You must be signed in to change notification settings - Fork 155
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
Add Function BackupDataAllUsingKopiaServer #1968
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Thanks for submitting this pull request 🎉. The team will review it soon and get back to you. If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document. |
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
…ng-kopia-server # Conflicts: # docs/functions.rst
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
…erver Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
|
||
Additionally, in order to use this function, a RepositoryServer CR is needed | ||
while creating the :ref:`actionsets` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also mention the document that, if we have any, on how to create the repo server CR.
:widths: 5,5,5,15 | ||
|
||
`namespace`, Yes, `string`, namespace of the container that you want to backup the data of | ||
`pods`, No, `string`, pods in which you want to backup the data of (by default runs on all the pods) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we specify names of pods separated by comma (,
).
Co-authored-by: Vivek Singh <vsingh.ggits.2010@gmail.com>
Co-authored-by: Vivek Singh <vsingh.ggits.2010@gmail.com>
Co-authored-by: Vivek Singh <vsingh.ggits.2010@gmail.com>
This PR is marked as stale due to inactivity. Add a new comment to reactivate it. |
This PR is marked as stale due to inactivity. Add a new comment to reactivate it. |
Change Overview
Add New Kanister Function BackupDataAllUsingKopiaServer
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan
Manual Testing Steps
1) Create Images for Kanister and Repo Server controller
2) Install Kanister
3) Apply Repo Server CRD
4) Create Test Application [Time Logger]
5) Create OpenSSL Certificate
6) Create S3 Location and Location Secret Config Files
7) Apply Secrets
8) Create Repository
9) Create Repository Server CR
Wait till the status of Repository Server CR gets to
ServerReady
, You could check it by running following command10) Create Blueprint
11) Build kanctl with latest changes
12) Take Backup of the Application
Check Status of the actionset