-
Notifications
You must be signed in to change notification settings - Fork 68
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
base: main
Are you sure you want to change the base?
Conversation
[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 |
/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} | |||
|
|||
|
|||
|
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 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 |
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.
The managed cluster tests are great! But should be a separate PR.
log.Info("Coleen Old observatorium CR spec", "oldSpec", oldSpec) | ||
log.Info("Coleen New observatorium CR spec", "newSpec", newSpec) | ||
|
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.
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 { |
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 fix? Only returning if we have a nil error?
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]>
51162b8
to
328bd1c
Compare
Signed-off-by: Coleen Iona Quadros <[email protected]>
Quality Gate passedIssues Measures |
@coleenquadros: 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. |
No description provided.