-
### Keywords
webhookserver
### I deployed a sample python app using below code
@kopf.on.startup()
def configure(settings: kopf.OperatorSettings, **_):
if os.environ.get('ENVIRONMENT…
-
### Long story short
When using a ConnectionInfo with an expiration, which is required to work with expiring tokens,
operator does not properly leave peering and does not exit.
It hangs as the…
-
- [ ] #18
Erste Seite eines Kapitels ist mit Seitenzahl und Autor, aber ohne Trennstrich.
![image](https://user-images.githubusercontent.com/4930994/178140432-47249b5d-3a61-4fe0-a015-0175cef56d90.…
-
Site plugins were removed
https://github.com/elastic/elasticsearch/pull/16038/
What will be the future of the fabulous kopf plugin?
I would not be too happy about having to install Kibana Node.js e…
-
### Keywords
question, decorator, handler, class
### Problem
Hello,
First of all, thank you for your work !! This package is so valuable !
I'm trying to create handlers within a class:
…
-
## Long story short
When using `@kopf.timer` and the status patching mechanism, the timer will stop if an exception is raised when the object is being patched (for example connectivity issues with …
-
Many tests start the kopf controller via the `kopf_runner` fixture and perform work within the context manager that it provides.
```python
def test_foo(kopf_runner):
# Start the controller…
-
## Long story short
`create_namespaced_pod` fails with message `ValueError: Missing the required parameter namespace when calling create_namespaced_pod`
## Description
The controller code -…
-
### Problem
I see a few issues around this topic... It looks like Kopf.ConnectionInfo doesn't support the proxy-url.
https://github.com/nolar/kopf/issues/187
### Proposal
_No response_
### Code
…
-
## Question
### Context
I have an operator that is managed by a non-declarative API that acts like a compatibility layer with a legacy, non kubernetes, execution model. Today the API and the o…