ossfellow
ossfellow
I have used the interactive mode, as well as the yaml config file, many times and I've always set the hostname, without an issue! So, I'm not saying there couldn't...
I am indeed struggling with this very same topic. For brand new bare metal servers located in a remote data centre, how can one know identify or query valid ServerClass...
@smira, I did use your recommendation successfully; thank you. I was running some tests and noticed that SMBIOS also provides the server `uuid`, which at least on physical servers is...
Hey folks, has a regular cadence for the meeting been selected? I'd like to participate and get involved.
While a nice solution, in my opinion this proposal suffers from 2 problems: 1. It doesn’t integrate with the GitOps ecosystem, and in that sense is only useful for bootstrapping...
My intent was/is to serve yaml files, and for testing, I initially used a simple small text file and then a k8s ConfigMap. So, the testing conditions were as follows:...
Supporting [devcontainers](https://containers.dev) will open up a lot of possibilities, including easy integration with developer tools, like newly launched [DevPod](https://devpod.sh), which supports launching development environments locally or on the cloud platform...
@thomastaylor312, @brooksmtownsend, gentlemen, isn't this approach a bit hasty? If we treat providers as specialized components, then I feel we're overlooking some very useful features of the [OCI distribution spec](https://github.com/opencontainers/distribution-spec/blob/main/spec.md),...
Hello @thomastaylor312, @brooksmtownsend, I have some questions, and require some clarifications before I can start working on the necessary changes: First, it seems that all OCI related logic and commands...
Where does this need to be implemented? If it’s about the providers, then currently, both redis-keyvalue and nats-keyvalue providers implement this interface; vault-kv is the only provider that doesn’t implement...