Chris Roemmich

Results 10 issues of Chris Roemmich

I run Deis on CoreOS and recently made the switch to 681, which swapped ntpd for systemd-timesyncd as the default time sync daemon. Deis uses a Ceph to create HA...

kind/bug
component/other
priority/P0
team/os

## All Submissions: * [x] Have you added an explanation of what your changes do and why you'd like us to include them? * [x] I have updated the documentation...

new-resource
blocked
sdk

I'm having issues reading the EEPROM chip via I2C on a Olimex A10-OLinuXino-LIME. After some trial and error, I was able to access the EEPROM like this in linux: ```...

It would be really helpful if information about failed caveats was included in Check/Lookup responses in order to provide feedback to the user. We have implemented a LOA (Level of...

kind/proposal

also adds the ability to read the selected dialogue response

The download script listed in the docs (http://deis.io/deis-cli/install-v2.sh) is currently being served over a non-ssl connection allowing a MITM attack to replace the script and fetch a rogue client binary....

security

We're using auto-polling and want to prevent our application's readiness check from going healthy until a config has been cached. However, there's not a great way to determine that because...

enhancement

## What this PR does / why we need it: The `nginx.ingress.kubernetes.io/cors-allow-headers` annotation does not allow a wildcard (`*`) value which is allowed both by nginx and the Fetch standard....

cncf-cla: yes
size/S
kind/feature
priority/backlog
ok-to-test
triage/accepted

Occasionally, maybe 1/2500 sessions, the browser pod associated with the session will get stuck and not terminate indefinitely (we've waited a few days). There's nothing in the logs we've found...

When streaming an LLM response (`requestLLMStreaming`) using the OpenAILLMClient against xAI (and likely OpenAI proper), the ResponseMetaInfo token counts are always null. There is an opt-in feature, `stream_options.include_usage=true`, that: >...