-
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 Kopia Repository Server based kando Blueprint for MySQL Application #1981
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Rajat Gupta <[email protected]>
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 <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Co-authored-by: Pavan Navarathna <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
Signed-off-by: Rajat Gupta <[email protected]>
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.
LGTM 👏
Co-authored-by: Vivek Singh <[email protected]>
Co-authored-by: Vivek Singh <[email protected]>
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.
I have added few comments
name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}' | ||
namespace: '{{ .StatefulSet.Namespace }}' | ||
args: | ||
image: ghcr.io/kanisterio/mysql-sidecar:0.93.0 |
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.
Is this the latest tag for this image?
name: s3-location | ||
namespace: kanister | ||
labels: | ||
repo.kanister.io/target-namespace: monitoring |
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.
Lets remove this label
, since its currently not used
name: s3-creds | ||
namespace: kanister | ||
labels: | ||
repo.kanister.io/target-namespace: monitoring |
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.
Lets remove this label
, since its currently not used
aws_access_key_id: <base64_encoded_aws_access_key> | ||
# required: base64 encoded value for the secret corresponding to the key above | ||
aws_secret_access_key: <base64_encoded_aws_secret_access_key> | ||
``` |
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.
Lets mention here that we should use same s3 credentials that were used while creating the kopia repository
# optional: if set to true, do not verify SSL cert. | ||
# Default, when omitted, is false | ||
#skipSSLVerify: false | ||
# required: if type is `file-store` | ||
# optional, otherwise | ||
#claimName: store-pvc |
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.
Remove these commented fields altogether since these are not required in this example
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 Kopia Repository Server based Blueprint for MySQL Application
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan
Testing
1) Installing the Chart
To install the MySQL database using the
bitnami
chart with the release namemysql-release
:2) Installing Kanister
3) Setting up Repository Server
4) Applying Blueprint
5) Take Backup, Restore and Delete