Code Monkey home page Code Monkey logo

Comments (6)

prabhatkgupta avatar prabhatkgupta commented on July 4, 2024

@mehrdad-khojastefar I'm also facing the exact same issue in our k8s cluster

from kopf.

prabhatkgupta avatar prabhatkgupta commented on July 4, 2024

@mehrdad-khojastefar were you able to find any workaround on this issue?

from kopf.

mehrdad-khojastefar avatar mehrdad-khojastefar commented on July 4, 2024

@prabhatkgupta I was able to fix it, you can take a look at it here https://github.com/mehrdad-khojastefar/kopf
As you can tell I hadn't had time to make it a proper pull request :), I am using this version in production and it hadn't have problems since. Please review it and use it with caution. I don't suggest to use it everywhere without testing and ... .
I will make it a proper pull request in the upcomming weeks.

from kopf.

prabhatkgupta avatar prabhatkgupta commented on July 4, 2024

@mehrdad-khojastefar how can I use your code in my docker?

from kopf.

mehrdad-khojastefar avatar mehrdad-khojastefar commented on July 4, 2024

@prabhatkgupta
https://gist.github.com/javrasya/e95ade856ff42e4649972f8a54368459
This would help. you need to modify requirements.txt file and rebuild your docker image

from kopf.

prabhatkgupta avatar prabhatkgupta commented on July 4, 2024

@mehrdad-khojastefar tried to pip install from your github repo, facing the following issue

Traceback (most recent call last):
 File "/usr/local/bin/kopf", line 5, in <module>
   from kopf.cli import main
 File "/usr/local/lib/python3.9/site-packages/kopf/__init__.py", line 117, in <module>
   from kopf._core.engines.admission import (
 File "/usr/local/lib/python3.9/site-packages/kopf/_core/engines/admission.py", line 14, in <module>
   from kopf._cogs.clients import creating, errors, patching
 File "/usr/local/lib/python3.9/site-packages/kopf/_cogs/clients/creating.py", line 3, in <module>
   from kopf._cogs.clients import api
 File "/usr/local/lib/python3.9/site-packages/kopf/_cogs/clients/api.py", line 55, in <module>
   ) -> aiohttp.ClientResponse | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

from kopf.

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.