Morten Lied Johansen

Results 22 issues of Morten Lied Johansen

When a user only specifies a liveness check, our current behavior is to copy it to the readiness check. Some blogs advocate that in the case where your liveness and...

When we mark a new version as stable, we should generate a Changelog (commits to master is probably good enough, similar to the one generated by [publish](https://github.com/fiaas/publish)) between this version...

enhancement

CRDs in the cluster can have an attached JSON-Schema. If the CRD is from some other project, working with it using k8s requires that you define a `Model` in your...

When working with CRDs, the current design requires that you define your Model for working with objects of that CRD, but it also requires that you manually build a CustomResourceDefinition...

enhancement

More and more applications are written using the new async features in Python. It would be very useful of the k8s library could support async using the same API style.

- [X] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [X] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...

kind/feature
status/triage

I have an interface with multiple IP-addresses, where I need to pick the "primary" IP assigned to the interface. As it is, I get both IP-addresses, but there is no...

The `KUBECONFIG` env-variable supports multiple files (separated by `:`). The kubernetes library supports this, but powerline-kubernetes does it's own thing when loading the context, and doesn't handle multiple files.

I've just discovered this extension, and it's great! One thing that would make it better, is to be able to configure how much of the screen to use. Most of...

If the operator encounters an error when calling the Aiven API (for instance if there are invalid values in the resource being updated), those errors are logged, but nothing is...

enhancement