-
Notifications
You must be signed in to change notification settings - Fork 1.5k
OpenStack: Document the MachineSet resource #4016
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
OpenStack: Document the MachineSet resource #4016
Conversation
|
/cc @Fedosin |
|
Adding this is a good idea. What do you think about documenting the fields like we do in the customization docs? |
Is it OK if we do that next time? |
|
Yeah sure |
|
Lgtm, however I think you should add a link to https://github.com/openshift/cluster-api-provider-openstack/blob/master/pkg/apis/openstackproviderconfig/v1alpha1/types.go in a mean time so that users can see the full interface available to them |
Add an example MachineSet with the OpenStack platform-specific properties.
c6c5469 to
cdbdf51
Compare
Good idea! Added. PTAL |
|
@pierreprinetti: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/cc iamemilio |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamemilio The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
This example should probably be added to downstream docs at https://docs.openshift.com/container-platform/4.5/machine_management/creating-infrastructure-machinesets.html#creating-infrastructure-machinesets-clouds, cc @maxwelldb |
We do have an example published as a generic MachineSet |
|
Yeah, that's already there, and the source file is OSP-specific. Feel free to make a PR against the docs repo (or just ask me) if you'd like to see changes to it. |
Add an example MachineSet with the OpenStack platform-specific
properties.
/label platform/openstack
CC: @maxwelldb