Skip to content

add volume config generation #8450

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

Merged
merged 1 commit into from
May 21, 2018
Merged

Conversation

sjenning
Copy link
Contributor

@sjenning sjenning commented May 18, 2018

companion PR to openshift/origin#19773

adds volume-config.yaml key to node-config configmaps when openshift_node_local_quota_per_fsgroup is set.

This results in the sync pod pulling down both node-config.yaml and volume-config.yaml into /etc/origin/node so that the patched kubelet can read the volume-config.yaml file directly.

@derekwaynecarr @smarterclayton @sdodson

@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 18, 2018
@sjenning
Copy link
Contributor Author

/assign @sdodson
/cc @derekwaynecarr @smarterclayton

@derekwaynecarr
Copy link
Member

will defer to @sdodson but this looks good to merge after your other pr lands.

@eparis
Copy link
Member

eparis commented May 21, 2018

/retest

dest: "{{ mktempout.stdout }}/volume-config.yaml"
when:
- configout.results.results.0 == {} and openshift_node_group_name != "" and openshift_node_local_quota_per_fsgroup is defined and openshift_node_local_quota_per_fsgroup != ""
run_once: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

run_once means that it will run only on the first node of a set of nodes. We'd want this file to get deployed to all relevant nodes, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, I should've read the entire PR before commenting.

@sdodson
Copy link
Member

sdodson commented May 21, 2018

/lgtm
That flake should be fixed when openshift/origin#19770 goes in

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label May 21, 2018
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sdodson, sjenning

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 21, 2018
@openshift-ci-robot
Copy link

@sjenning: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/openshift-jenkins/gcp 5b5c181 link /test gcp

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions 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.

@sdodson
Copy link
Member

sdodson commented May 21, 2018

Install job was successful, gcp problem is infrastructure limits. Merging.

@sdodson sdodson merged commit 8943d4a into openshift:master May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants