Use /etc/openstack to mount the config and secrets#80
Use /etc/openstack to mount the config and secrets#80openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
/etc/kubernetes is a read-only fs, so we can't create folders there. To avoid this, we will mount openstack related resources to /etc/openstack.
JoelSpeed
left a comment
There was a problem hiding this comment.
/approve
I assume this has been manually tested already?
|
yes, with this PR I don't see this issue anymore |
According to https://github.com/openshift/cloud-provider-openstack/blob/master/images/cloud-controller-manager/Dockerfile#L10 it is /usr/bin/openstack-cloud-controller-manager.
|
/test e2e-aws-upgrade |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, mdbooth 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 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/test e2e-aws-upgrade |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/test e2e-aws-upgrade |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@Fedosin: 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. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
After #76
/etc/kubernetesis a read-only fs, so we can't create folders there.To avoid this, we will mount openstack related resources to /etc/openstack.
Additionally this PR fixes OpenStack CCM binary path in the deployment. According to https://github.com/openshift/cloud-provider-openstack/blob/master/images/cloud-controller-manager/Dockerfile#L10 it is
/usr/bin/openstack-cloud-controller-managerand not/bin/openstack-cloud-controller-manager.