Results 24 comments of Caley

I also found the same to be true for pods that might need to allow for `allowPrivilegeEscalation` and various `allowedCapabilities` generally are listed in the pod spec, but also not...

thanks for the response! these might be able to help some! ```apiVersion: v1 kind: Pod metadata: name: test-projected-volume spec: containers: - name: test-projected-volume image: busybox args: - sleep - "86400"...

I'll put my name in the hat and add that I am running into this with 9.1.5 and 9.1.6.

> @caleyg Thanks for writing this! I had a branch where I was thinking to try this too. Maybe I'm missing something, but in this approach, isn't it just persisting...

Okay, I'm super close. I have the server running in a loop, launching the playlist on the server side. The UI responds to the running patterns and pulls from the...

> Sounds like you're getting closer! Happy to take another look once you push your updates. For the "almost realtime" problem, perhaps there is a way for the code to,...

OK!!! I think this is in a good spot for validation by someone else besides me :D ohh what a journey it has been! I learned some things along the...

https://github.com/caleyg/Firestorm/tree/caleys_branch I have an integration branch pulling in all these changes from my other PRs. And I am moving the other things in my other PRs into Websockets for a...

Okay, I've pushed up my integrations into this branch... The only real thing left I _would_ like to do is move the playlist add and remove on pattern click into...

okay, okay, in my heart of hearts, I think this is in a state where I like it a lot, and its something I can be proud of... I'll squash...