-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create DevSpaces Controller resource #1488
Comments
I'm not sure if this is something to consider while it's still in preview. I just thought I would get the ball rolling on it. |
I can't seem to find a way of attaching the controller to the Kubernetes cluster. 😕 Edit: Found it. Updated original post. |
@lfshr what kind of Preview is this in? We only support functionality once it's in Public Preview (rather than Private Preview) since it means the API is generally unlikely to change dramatically |
@tombuildsstuff DevSpaces itself is in public preview (I think) as it's generally available to the public (is that the criteria?) The dev-spaces page doesn't say whether it's public or private
|
@lfshr within Terraform we can use the Create and Update methods in the SDK in separate Create and update methods, rather than a combined operation - as such I think it should be possible to close Azure/azure-rest-api-specs#3352?
From a quick look it appears to be in Public Preview - we define Public Preview as being that users can either self-register for the Beta/Preview, or that it's an open-invite (e.g. users don't need to opt-into anything); anything else we consider a Private/Invite-only Preview and tend to hold off supporting Hope that helps :) |
@tombuildsstuff but consistency. 😢 You're probably right, I'm just nit picking. I'll close it. Ah. Yes, dev-spaces is in public preview then. You can create dev spaces using the new az cli without signing up for anything. Thanks Tom |
Depends on #1434
https://docs.microsoft.com/en-us/azure/dev-spaces/quickstart-netcore |
Great work @metacpp Thanks guys 😄 |
hi @lfshr Just to let you know that this has been released as a part of v1.18 of the AzureRM Provider (the full changelog is available here). You can upgrade to this by specifying the version in the provider block (as shown below) and then running
Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
V18.0.0 of azure-sdk-for-go has been released which includes a DevSpace Controller preview.
A resource should be created that will create a DevSpace Controller on Azure.
New or Affected Resource(s)
Potential Terraform Configuration
Note Although OrchestratorSpecificConnectionDetails is included in the InstanceType struct, and there is a ControllerConnectionDetails class, there doesn't currently seem to be a way of including the connection details in the ControllersClient.Create method (or the Controller struct)
Note There is no ControllersClient.CreateOrUpdate method. There is only ControllersClient.Create and ControllersClient.Update
References
The text was updated successfully, but these errors were encountered: