-
Notifications
You must be signed in to change notification settings - Fork 231
add support for openshift actuator #34
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre 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 |
|
Superseeds #32 |
|
|
||
| glog.Info("Trying to deploy MachineSet object") | ||
| _, err = v1alphaClient.MachineSets("test").Create(machineSet) | ||
| _, err = v1alphaClient.MachineSets("default").Create(machineSet) |
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.
default still better than test. Though, is this the final namespace? I would rather make the namespace configurable. Either via configmap or via mao --namespace or similar option.
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.
thanks. Yes, there's separate tickets for addressing dedicated namespaces and service accounts.
| - filters: | ||
| - name: "tag:Name" | ||
| values: | ||
| - {{.ClusterName}}_worker_sg |
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.
This is probably fine for now, but just a thought: If we're going to select security groups this way, we may want to also filter by cluster ID if that's available.
| - {{.ClusterName}}-worker-{{.AvailabilityZone}} | ||
| publicIp: true | ||
| iamInstanceProfile: | ||
| id: {{.ClusterName}}-master-profile |
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.
Should this be -worker-profile?
We've had this since 04253cb (add support for openshift actuator, 2018-08-29, openshift#34), but we don't need direct access to the workers. Folks who do need to SSH into them, or whatever, should be able to access them via the masters.
Requeue machine every 20s until running.
Fix name of the credentials key
OCPCLOUD-1804: Port to ginkgo v2
This allows to integrate the openshift actuator with mao and the installer: