Skip to content
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

WIP: allow reconcile on storage size changes #1651

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

coleenquadros
Copy link
Contributor

No description provided.

Copy link

openshift-ci bot commented Oct 11, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coleenquadros

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coleenquadros
Copy link
Contributor Author

/test test-e2e

@@ -75,6 +75,8 @@ printf "\n baseDomain: ${base_domain}" >>${OPTIONSFILE}
printf "\n kubeconfig: ${kubeconfig_hub_path}" >>${OPTIONSFILE}
printf "\n kubecontext: ${kubecontext}" >>${OPTIONSFILE}



Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed?

@@ -234,6 +260,7 @@ wait_for_deployment_ready() {
# function execute is the main routine to do the actual work
execute() {
deploy_hub_spoke_core
deploy_managed_cluster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The managed cluster tests are great! But should be a separate PR.

Comment on lines 165 to 167
log.Info("Coleen Old observatorium CR spec", "oldSpec", oldSpec)
log.Info("Coleen New observatorium CR spec", "newSpec", newSpec)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intended to be merged?

return *result, err
}

// generate grafana datasource to point to observatorium api gateway
result, err = GenerateGrafanaDataSource(r.Client, r.Scheme, instance)
if result != nil {
if err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the fix? Only returning if we have a nil error?

@moadz moadz changed the title allow reconcile on storage size changes WIP: allow reconcile on storage size changes Oct 24, 2024
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Copy link

Copy link

openshift-ci bot commented Oct 24, 2024

@coleenquadros: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/test-unit 5d664fb link true /test test-unit
ci/prow/e2e-kind 5d664fb link true /test e2e-kind
ci/prow/test-e2e 5d664fb link true /test test-e2e

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants