-
Notifications
You must be signed in to change notification settings - Fork 56
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
vrg: remove the use of captureStartConditionally #1532
base: main
Are you sure you want to change the base?
vrg: remove the use of captureStartConditionally #1532
Commits on Sep 6, 2024
-
drpc conditions in wide output
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2d9dbf - Browse repository at this point
Copy the full SHA f2d9dbfView commit details -
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for efbf620 - Browse repository at this point
Copy the full SHA efbf620View commit details -
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5322b06 - Browse repository at this point
Copy the full SHA 5322b06View commit details -
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6dbc5c1 - Browse repository at this point
Copy the full SHA 6dbc5c1View commit details -
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8df829d - Browse repository at this point
Copy the full SHA 8df829dView commit details -
tests: keep all suite cleanup functions in suite_test.go
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f49ca94 - Browse repository at this point
Copy the full SHA f49ca94View commit details -
tests: dump the kubeconfig for the testenv server
This is going to be useful to inspect the state of the cluster after a test fails. Set the env variable SKIP_CLEANUP to "true" or "1" to skip the cleanup of the environment to make use of the kubeconfig. The kubeconfig is dumped in the testbin directory. After debugging you will have to kill the testEnv. The two binaries that are used by the testEnv are etcd and kube-apiserver. Check for the running process with a command like ps aux | grep -e kube-apiserver -e etcd Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4244b77 - Browse repository at this point
Copy the full SHA 4244b77View commit details -
hack: customize script for OS type
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59d0ece - Browse repository at this point
Copy the full SHA 59d0eceView commit details -
drenv: turn off check for broker certs
On Mac, the check for certs is more strict and it fails for submariner service. Turning off the check for certs. More info: golang/go#51991 Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc6922d - Browse repository at this point
Copy the full SHA bc6922dView commit details -
vrg: remove the use of captureInProgressStatusUpdate
captureInProgressStatusUpdate was a function pointer that was an empty function when the VRG was being reconciled as Primary and a call to VRGConditionReasonUploading with status false when reconciling as Secondary in the relocate case. Simplify the code by removing the function pointer. * Remove the captureInProgressStatusUpdate parameter from kubeObjectsProtect kubeObjectsCaptureStartOrResumeOrDelay kubeObjectsCaptureStartOrResume kubeObjectsGroupCapture. Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5712c85 - Browse repository at this point
Copy the full SHA 5712c85View commit details -
vrg: remove the use of captureStartConditionally
captureStartConditionally was a function pointer that was * capturing kube objects one last time when the vrg was secondary * capturing kube objects if time since last capture was greater than the capture interval Refactored into one function that performs the capture based on the vrg spec. Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 36ad6ee - Browse repository at this point
Copy the full SHA 36ad6eeView commit details