-
Notifications
You must be signed in to change notification settings - Fork 72
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
OADP-4076: Add qps and burst to DPA #1395
OADP-4076: Add qps and burst to DPA #1395
Conversation
@mateusoliveira43: This pull request references OADP-4076 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@mateusoliveira43: This pull request references OADP-4076 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@mateusoliveira43: This pull request references OADP-4076 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
This comment was marked as outdated.
This comment was marked as outdated.
5b38fe3
to
4768a02
Compare
This comment was marked as outdated.
This comment was marked as outdated.
4768a02
to
97b172e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@mateusoliveira43: Overrode contexts on behalf of mateusoliveira43: ci/prow/4.16-e2e-test-aws In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Mateus Oliveira <[email protected]>
Signed-off-by: Mateus Oliveira <[email protected]>
Signed-off-by: Mateus Oliveira <[email protected]>
Signed-off-by: Mateus Oliveira <[email protected]>
Signed-off-by: Mateus Oliveira <[email protected]>
Signed-off-by: Mateus Oliveira <[email protected]>
Signed-off-by: Mateus Oliveira <[email protected]>
766b4f5
to
8a0732c
Compare
@mateusoliveira43: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/override ci/prow/4.15-e2e-test-aws |
@mateusoliveira43: Overrode contexts on behalf of mateusoliveira43: ci/prow/4.15-e2e-test-aws In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.
Looks good !
shubham@fedora ~/oadp-operator - (mateus-qps) $ oc get po velero-5d9b8546f4-trn26 -oyaml | grep args -7
kind: ReplicaSet
name: velero-5d9b8546f4
uid: 8a40bfaa-fde7-4428-8e7b-f91a29330db3
resourceVersion: "10670511"
uid: 78de38b8-3e88-4295-9278-388c270dca47
spec:
containers:
- args:
- server
- --features=EnableCSI
- --uploader-type=kopia
- --fs-backup-timeout=4h
- --restore-resource-priorities=securitycontextconstraints,customresourcedefinitions,klusterletconfigs.config.open-cluster-management.io,managedcluster.cluster.open-cluster-management.io,namespaces,roles,rolebindings,clusterrolebindings,klusterletaddonconfig.agent.open-cluster-management.io,managedclusteraddon.addon.open-cluster-management.io,storageclasses,volumesnapshotclass.snapshot.storage.k8s.io,volumesnapshotcontents.snapshot.storage.k8s.io,volumesnapshots.snapshot.storage.k8s.io,datauploads.velero.io,persistentvolumes,persistentvolumeclaims,serviceaccounts,secrets,configmaps,limitranges,pods,replicasets.apps,clusterclasses.cluster.x-k8s.io,endpoints,services,-,clusterbootstraps.run.tanzu.vmware.com,clusters.cluster.x-k8s.io,clusterresourcesets.addons.cluster.x-k8s.io
- --client-burst=700
- --client-qps=111
shubham@fedora ~/oadp-operator - (mateus-qps) $ oc get dpa ts-dpa -oyaml | grep client
client-burst: 700
client-qps: 111
shubham@fedora ~/oadp-operator - (mateus-qps) $
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mateusoliveira43, shubham-pampattiwar, weshayutin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick 1.4 |
/cherry-pick oadp-1.4 |
@shubham-pampattiwar: cannot checkout In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@shubham-pampattiwar: #1395 failed to apply on top of branch "oadp-1.4":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
* fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]> (cherry picked from commit 0a8b70f)
* fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]> (cherry picked from commit 0a8b70f)
Why the changes were made
In Velero 1.14, Burst and QPS will change defaults from 30 and 20 to 100 and 100.
References:
This PR ensures OADP users can change it.
How to test the changes made
Create DPA with new fields and check if values are passed to Velero container.