You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a new field to the v1alpha4 API:
OpenStackMachineTemplateSpec.ports.
The list of ports are added per instance. Each port may be customized
with options. These ports are created in addition to any ports created
in the `networks:` field.
If `networks:` is not specified, only the ports specified in `ports:`
will be created and attached to the instance. If neither `networks:` nor
`ports:` are specified, the instance will be connected to the default
cluster network and subnet.
This feature is very much based on the work on jsen-, and a lot of
credit goes there for the implementation:
kubernetes-sigs#778
0 commit comments