mirror of
https://github.com/rancher/rke.git
synced 2025-09-02 15:34:36 +00:00
Revert "changes around hostname-override"
This reverts commit f44be421a1
.
This commit is contained in:
@@ -554,8 +554,6 @@ type PortCheck struct {
|
||||
type CloudProvider struct {
|
||||
// Name of the Cloud Provider
|
||||
Name string `yaml:"name" json:"name,omitempty"`
|
||||
// Only configured for AWS currently, add for other providers as needed
|
||||
UseInstanceMetadataHostname *bool ` yaml:"useInstanceMetadataHostname,omitempty" json:"useInstanceMetadataHostname,omitempty"`
|
||||
// AWSCloudProvider
|
||||
AWSCloudProvider *AWSCloudProvider `yaml:"awsCloudProvider,omitempty" json:"awsCloudProvider,omitempty"`
|
||||
// AzureCloudProvider
|
||||
|
Reference in New Issue
Block a user