Samuel Gaist

Results 44 issues of Samuel Gaist

This authenticator allows to use several different services to authenticate to one instance of JupyterHub. The code is based on the suggested implementation that can be found on #136 and...

new

### Proposed change Forges like GitLab allows to have a per-project registry. However the current implementation fixes the prefix used to push images to one defined project. This implies that...

enhancement

This merge request is a possible implementation for jupyterhub/binderhub#1513. It requires an image built with the changes I proposed on manics/repo2podman#32 (currently available at docker.io/sgaist/repo2podman). It adds a new optional...

The current version makes the call fail as the --lint argument is interpreted as a file. Each item of the argument list must be on its own line.

*Issue #472* *Description of changes:* Change the default agent build type when done on host to static as is done when using Docker. This will ensure that people have a...

## Prerequisites - [X] Have you read the documentation on contributing? https://github.com/bee-san/pyWhat/wiki/Adding-your-own-Regex ## Why do we need this pull request? This will allow pyWhat to handle being given multiple inputs....

Docker Desktop has been using the `host.docker.internal` host address for quite some and this can be used to help develop hooks locally in a fashion similar to k3d and Minikube....

### Long story short When writing webhooks that should be deployed in cluster, the [recommended way](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#contacting-the-webhook) to access them is through a service. This implies that the client configuration should...

bug

### Proposed change There are several strings (`user`, `group`, `server`, `service`, etc) that are used throughout the code base as keys, for loop items and the likes. These could be...

enhancement

## Description This PR ensures that a default value for the KServe protocol is passed forward to the `ModelServer` class and that the class itself uses a default value if...