-
Notifications
You must be signed in to change notification settings - Fork 558
add upstream NFD Operator #1760
add upstream NFD Operator #1760
Conversation
@ArangoGutierrez Can you please check for error
|
@ArangoGutierrez any updates? Is this PR still valid? |
1df5468
to
54179a0
Compare
@mvalahtv I did added some changes, but I don't understand the current ERROR, would appreciate some guidance from you |
I am rerunning tests now. Let's see. If this will fail. I would recommend you to rebese to latest master. We are using more resent version of k8s in the test |
3204f34
to
ee749ef
Compare
Thanks for the tip @mvalahtv , rebased, hope the CI gives me green light this time |
In my local kind cluster i see
|
Thanks a lot @mvalahtv , yeah that was on me, the downstream operator has a diff bin name on the dockerfile |
Your latest commit is fine for me, when tested locally. |
Yeah is just that Travis doesn't love me :( |
{"level":"info","ts":1594903498.6237082,"logger":"cmd","msg":"Go Version: go1.13.4"}
{"level":"info","ts":1594903498.6237419,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"}
{"level":"info","ts":1594903498.6237526,"logger":"cmd","msg":"Version of operator-sdk: v0.4.0+git"}
{"level":"info","ts":1594903498.6241062,"logger":"leader","msg":"Trying to become the leader."}
{"level":"info","ts":1594903498.6550577,"logger":"leader","msg":"No pre-existing lock was found."}
{"level":"info","ts":1594903498.6595385,"logger":"leader","msg":"Became the leader."}
{"level":"info","ts":1594903499.1204014,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":":8080"}
{"level":"info","ts":1594903499.1207275,"logger":"cmd","msg":"Registering Components."}
{"level":"info","ts":1594903499.1210232,"logger":"cmd","msg":"Starting the Cmd."}
{"level":"info","ts":1594903499.1212506,"logger":"controller-runtime.manager","msg":"starting metrics server","path":"/metrics"}
{"level":"info","ts":1594903499.1213593,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.1216223,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.1217177,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.1218169,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.121916,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.1220045,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.1221583,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.1222415,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.222791,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.3234627,"logger":"controller-runtime.controller","msg":"Starting EventSource","controller":"nodefeaturediscovery-controller","source":"kind source: /, Kind="}
{"level":"info","ts":1594903499.4240537,"logger":"controller-runtime.controller","msg":"Starting Controller","controller":"nodefeaturediscovery-controller"}
{"level":"info","ts":1594903499.424191,"logger":"controller-runtime.controller","msg":"Starting workers","controller":"nodefeaturediscovery-controller","worker count":1} From the logs it looks like the operator is kicking in, but travis still fails :( |
@mvalahtv I am clueless on how to fix travis at-this-point :( , happy to follow any guidance you and your team could give me. |
/test CVP |
@mvalahtv: No presubmit jobs available for operator-framework/community-operators@master 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/test-infra repository. |
I am retesting it. |
I really don't understand why travis is failing :( |
@mvalahtv does travis setup has some sort of timeout or something? the logs show that the operator is working, but then fails with no error message |
PING |
@ArangoGutierrez can you please rebase to the latest master. We have more tests there and they can point us to correct direction. Sorry for late reply |
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
04df376
to
7a81df4
Compare
@mvalahtv rebased! thanks for the help! a lot! |
Our new tests passed, but the old one didn't pass. On Monday i will dig more in to this problem. |
Best monday morning news ever!!!! |
Signed-off-by: Carlos Eduardo Arango Gutierrez carangog@redhat.com
Thanks submitting your Operator. Please check below list before you create your Pull Request.
Flat operator directory structure is obsolete from 23-rd of October 2019, only nested directory structure will be accepted.
New Submissions
Updates to existing Operators
replaces
property?package.yaml
?Your submission should not
upstream-community-operators
andcommunity-operators
at onceOperator Description must contain (in order)
Operator Metadata should contain
Remember that you can preview your CSV here.
--
1 If you feel your Operator does not fit any of the pre-defined categories, file an issue against this repo and explain your need
2 For more information see here