[OCPCLOUD-1162] Implement bootstrap aws#42
[OCPCLOUD-1162] Implement bootstrap aws#42openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
eb86d6b to
ca72dd6
Compare
ca72dd6 to
6cbfa7d
Compare
6cbfa7d to
cd75cbd
Compare
|
/retest |
|
Overall approach make sense to me, but Pod resource is quite questionable ATM... |
| - --kubeconfig=/etc/kubernetes/secrets/kubeconfig | ||
| - --leader-elect=false | ||
| - -v=2 | ||
| - "2> /var/log/bootstrap-control-plane/cloud-controller-manager.log" |
There was a problem hiding this comment.
Unfortunately the approach to store logs on bootstrap machine does not work. Neither this, nor --log-file option works in the CCM. I assume --log-file is an issue in cloud-provider. I would leave this line in, but we would need to address this issue to simplify CCM debug in bootstrap node. cc @JoelSpeed @lobziik
cd75cbd to
8e0b6d3
Compare
|
/lgtm |
elmiko
left a comment
There was a problem hiding this comment.
this generally makes sense to me, i just have a couple questions
| }, { | ||
| name: "Azure resources are empty, as the platform is not yet supported", | ||
| platform: configv1.AzurePlatformType, | ||
| }, { |
There was a problem hiding this comment.
should we have an entry for azure stack hub as well?
There was a problem hiding this comment.
There is no platform for Azure Stack Hub :( We will have to implement additional logic to separate Azure and Azure Stack Hub similar to https://issues.redhat.com/browse/OCPCLOUD-1187 (well, starting from that, and then read the full infra status in operator as well to get it right).
- Document methods for getting resources for the <provider> platform
8e0b6d3 to
5dee6c6
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elmiko 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 |
|
@Danil-Grigorev: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Following Pod will serve Node initialization during cluster bootstrap in AWS.
--controllers=cloud-nodeascloud-nodecontroller contains node initialization parts we require in bootstrap.