Replies: 6 comments 53 replies
-
Troubleshooting the Infrastructure ProviderI created a cluster in Omni using the I'm not sure if it's the responsibility of the infrastructure provider to configure the Talos Linux instance to join Omni at boot time, via some pre-generated Talos Linux schematic with the right Omni arguments, or something else. Any guidance here? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
What is
|
Beta Was this translation helpful? Give feedback.
-
What is
|
Beta Was this translation helpful? Give feedback.
-
How does one create multiple instances of an infrastructure provider with unique provider IDs?I read the Infrastructure Providers documentation where I saw the following image showcasing the deployment of multiple instances of the bare-metal infrastructure provider across multiple regions.
I would like to do this with the Oxide infrastructure provider. The motivation is that users with multiple Oxide racks may have them in different locations where a single infrastructure provider may not be able to reach all of the API endpoints on all of the racks. That, and even if they were able to reach multiple racks, each silo within a rack requires different API credentials which I believe are best set when running the infrastructure provider, not via machine classes. I see that the bare-metal provider accomplishes this using a mutable
|
Beta Was this translation helpful? Give feedback.
-
What's the concurrency model of an infrastructure provider?Is it expected that an infrastructure provider support concurrent calls to I'd like to reiterate that I really appreciate everyone's time and effort thus far on this discussion and the linked issues and pull requests. If this is not the proper mechanism for these questions please feel free to let me know what I can do better. |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all! I'm developing an Oxide infrastructure provider at https://github.com/oxidecomputer/omni-infra-provider-oxide and I started this discussion to discuss my experience and ask questions. I'll place my issues and questions as separate comments to keep things a bit organized.
I have a draft infrastructure provider in development at oxidecomputer/omni-infra-provider-oxide#2. It's meant to be a dynamic infrastructure provider rather than static. I was able to successfully start the infrastructure provider and connect it to Omni. I was not able to, however, create a Kubernetes cluster that successfully configures the machines that were created.
Beta Was this translation helpful? Give feedback.
All reactions