-
Notifications
You must be signed in to change notification settings - Fork 65
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 toolchainclusterresources controller #1007
add toolchainclusterresources controller #1007
Conversation
Hello, @mfrancisc I noticed that it is failing with EOF:
The related PR in member-operator is failing with EOF too:
|
@rsoaresd thanks for investigating and pointing this out 🙏 I'm looking into it, trying to reproduce locally , but having some other dev infrastructure issues atm 🤦 |
@mfrancisc I can try to reproduce locally too :) I am tracking the occurrences through this search query |
@rsoaresd nice! I wasn't aware of this search tool 😮 . Thanks for sharing! It seems that it happened only on my PR, so maybe related to my changes 🤔 |
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. However there is a bit of inconsistency in how we organize templates in the host and member operators.
In the host we keep them in /deploy/templates
while in the member there are in /deploy
. Not sure if we want to do anything about that though.
But anyway we can address it in a separate PR if we want.
@alexeykazakov thanks for the review and good point. I've updated member-operator to store the templates under |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, MatousJobanek, mfrancisc 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 |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1007 +/- ##
==========================================
+ Coverage 84.85% 84.87% +0.01%
==========================================
Files 55 55
Lines 5066 5066
==========================================
+ Hits 4299 4300 +1
+ Misses 584 583 -1
Partials 183 183 |
Enable the toolchainclusterresources controller that will create all the required resources for the toolchaincluster CR.
The resources are defined as
embed.FS
type indeploy.ToolchainClusterTemplateFS
variableThe add-cluster script will be cleaned up once this PR and the equivalent one in member-operator will be merged.
e2e pr: codeready-toolchain/toolchain-e2e#945
Depends on: codeready-toolchain/toolchain-common#385
Jira: https://issues.redhat.com/browse/KUBESAW-24