Skip to content

Commit

Permalink
Add additional description for DNS (#497)
Browse files Browse the repository at this point in the history
I am working on my env and noticed that the new VM is not able to
start because my VM can't talk to openstack URL (which is web URI
instead of IP), so we need guide user to create this DNS explicility.
  • Loading branch information
jichenjc authored and k8s-ci-robot committed Jan 25, 2020
1 parent 7c44e71 commit 7042181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha2/openstackcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ type OpenStackClusterSpec struct {
Subnet SubnetFilter `json:"subnet,omitempty"`

// DNSNameservers is the list of nameservers for OpenStack Subnet being created.
// Set this value when you need create a new network/subnet while the access
// through DNS is required.
DNSNameservers []string `json:"dnsNameservers,omitempty"`
// ExternalRouterIPs is an array of externalIPs on the respective subnets.
// This is necessary if the router needs a fixed ip in a specific subnet.
Expand Down

0 comments on commit 7042181

Please sign in to comment.