Justin Garrison

Results 105 issues of Justin Garrison

### Problem Description Customers who have multiple Omni instances (self-hosted or in the SaaS) need a way to discover and switch to multiple Omni instances. Right now customers need to...

Add kernel module for tenstorrent hardware. I'm a bit stuck on this because the make build isn't working. Still figuring out what I'm missing so feedback welcome.

The following files are executable scripts that do not work on Talos and should be removed from the base packages. ``` blkdeactivate: Bourne-Again shell script, ASCII text executable c_rehash: Perl...

The `K2D_ADVERTISE_ADDR` currently accepts a single option to sign the certificate. It would be useful to be able to sign alternative names or IP addresses for certificates to be trusted...

I'm trying to create a pod via kubectl with this spec ```yaml apiVersion: v1 kind: Pod metadata: name: nginx-pod labels: app: nginx spec: containers: - name: nginx image: nginx:latest ports:...

This probably would be too much to implement with the official metrics server but it might be possible to implement something that satisfies the `kubectl top` APIs without deploying the...

Would it be possible to implement selective CRDs for some of the services that are more commonly deployed to a Kubernetes cluster? Things like [cert manager](https://github.com/cert-manager/cert-manager) and [external DNS](https://github.com/kubernetes-sigs/external-dns). Both...

Added example to enable HTTP server and listen port.

status/ok-to-test
status/ok-to-merge

## Feature Request Allow the [remote logging configuration](https://www.talos.dev/v1.8/reference/configuration/v1alpha1/config/#Config.machine.logging) to be configured via a multidoc instead of needing a full machine bootstrap for services. This would help debugging Talos earlier in...

## Bug Report We're currently missing docs on how they work and how they should be managed. Example and intended use cases should also be included. ### Description Example usage...

Doc_improvements