-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add bastion #198
Add bastion #198
Conversation
for _, subnetSpec := range subnetsSpec { | ||
subnetName := subnetSpec.Name | ||
ipSubnetRange := subnetSpec.IpSubnetRange | ||
clusterScope.Info("Get IpSubnetRange", "ipSubnetRange", ipSubnetRange) | ||
clusterScope.Info("Get subnetName", "subnetName", subnetName) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the use of this for loop ?
Does it matter if ipSubnetRange
is overrided if there are multiple subnets ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it is now remove
_, err := infrastructurev1beta1.ValidateIops(rootDiskIops) | ||
if err != nil { | ||
return bastionTagName, err | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recently discovered that the ratio iops/size should not execeed 300, mayeb check that in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok good idea:
#216
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add optional bastion
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #35
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs: