Giter Club home page Giter Club logo

Comments (22)

zyd6 avatar zyd6 commented on July 17, 2024

For this target project, I use the K8S local warehouse image

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

error:pod contains no images

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

hi can you help me thanks @pcktdmp @Luukvdm

from cnfuzz.

Luukvdm avatar Luukvdm commented on July 17, 2024

It could be that you simply need to delete the redis persistent volume or build a new image for your API.
But I think there is also a bug in CNFuzz that causes this problem. I haven't been able to investigate it yet, but I hope to do so very soon. I'll comment in this issue when I know more.

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

ok.thanks

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

hi @Luukvdm
but how to delete delete the redis persistent volume.

There is no Redis persistent volume in my K8S cluster!

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

企业微信截图_16693702936021

is this ?

from cnfuzz.

Luukvdm avatar Luukvdm commented on July 17, 2024

Yes, that the one

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

hi @Luukvdm
I tried to delete Redis and restart it, but the problem still exists
pod contains no images that hasn't been fuzzed yet

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

企业微信截图_16696021601118

Is it possible that the event capturing the image is delayed

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

企业微信截图_16696032441517

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

企业微信截图_16696235332924

@Luukvdm hi I changed the private warehouse image of dockerhub, but the result is the same

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

hi @Luukvdm @pcktdmp

Hello, two teachers:

Can you help me with this question. Demo is just short of this last step. Can you take a look

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

thankyou !!!

from cnfuzz.

Luukvdm avatar Luukvdm commented on July 17, 2024

I'm struggling to reproduce it in my test environment, could you maybe try disabling Redis (CnFuzz then relies on in memory cache)?

You can do this by setting the redis.enabled helm value like this:
helm install cnfuzz cnfuzz/cnfuzz --set redis.enabled=false

Let me know if that works, if so I'm gonna take a closer look at our Redis related code.

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

I disabled Redis as you said, but it didn't work.]

There is one question worth pondering.

Does cnfuzzy start a pod during fuzzing, and what is the default setting of the CPU occupied by the pod?

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

@pcktdmp hi thanks for you help very match!!!

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

hi @Luukvdm
I have a great way to locate the problem. I will send you the image name of my dockerhub and try it in your test environment.

my image:
yuzodngzheng/demoimage
my deploy:
apiVersion: apps/v1
kind: Deployment
metadata:
name: demo
spec:
replicas: 2
selector:
matchLabels:
app: demo
template:
metadata:
labels:
app: demo
annotations:
cnfuzz/enable: "true"
cnfuzz/open-api-doc: "/test.json"
cnfuzz/secret: "0d5989ed-d60c-470e-b1b5-576fcf0f5d8c"
spec:
containers:
- name: demo
image: yuzodngzheng/demoimage
ports:
- containerPort: 91

from cnfuzz.

Luukvdm avatar Luukvdm commented on July 17, 2024

I think I found the problem and created a fix. This bug was created because I removed a piece of code during refactoring that I didn't think was necessary.

@zyd6 Thank you for helping me find the problem and providing debug logs :)

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

ok,that is greate!!!
so ,Should I pull the latest version now?

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

@Luukvdm

from cnfuzz.

zyd6 avatar zyd6 commented on July 17, 2024

hi @Luukvdm Should I pull the latest version now?

from cnfuzz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.