Skip to content
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

Remove go-bindata #2528

Merged
merged 1 commit into from
May 17, 2018
Merged

Remove go-bindata #2528

merged 1 commit into from
May 17, 2018

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented May 17, 2018

No description provided.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels May 17, 2018
@aledbf aledbf force-pushed the remove-go-bindata branch from dc73ba3 to 292b950 Compare May 17, 2018 05:11
@@ -25,18 +25,12 @@ const (
// This directory contains all the SSL certificates that are specified in Ingress rules.
// The name of each file is <namespace>-<secret name>.pem. The content is the concatenated
// certificate and key.
DefaultSSLDirectory = "/ingress-controller/ssl"
DefaultSSLDirectory = "/etc/ingress-controller/ssl"
Copy link
Contributor

Choose a reason for hiding this comment

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

I know this is not directly related to this PR but I've been thinking, since you're making a change to the layout here, could you also set the container work directory to /etc/nginx? :)
That'd be super convenient to be able to show the config with just kubectl exec ... -- cat nginx.conf instead of the full path.
Just a suggestion.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@aledbf aledbf force-pushed the remove-go-bindata branch from 292b950 to 692ab5e Compare May 17, 2018 11:59
@antoineco
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 17, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aledbf, antoineco

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

@k8s-ci-robot k8s-ci-robot merged commit 7ef8a0a into kubernetes:master May 17, 2018
@codecov-io
Copy link

Codecov Report

Merging #2528 into master will decrease coverage by 0.83%.
The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2528      +/-   ##
==========================================
- Coverage   41.57%   40.73%   -0.84%     
==========================================
  Files          74       73       -1     
  Lines        5270     5015     -255     
==========================================
- Hits         2191     2043     -148     
+ Misses       2782     2700      -82     
+ Partials      297      272      -25
Impacted Files Coverage Δ
internal/file/filesystem.go 53.65% <63.63%> (+12.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79cdfe3...692ab5e. Read the comment docs.

@aledbf aledbf deleted the remove-go-bindata branch May 17, 2018 12:53
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants