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

Fix a FailedMount error #2617

Closed
wants to merge 1 commit into from
Closed

Fix a FailedMount error #2617

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 26, 2017

The Message of this error: MountVolume.SetUp failed for volume "kubernetes-dashboard-certs" : secrets "kubernetes-dashboard-certs" not found

The Message of this error:
`MountVolume.SetUp failed for volume "kubernetes-dashboard-certs" : secrets "kubernetes-dashboard-certs" not found`
@k8s-ci-robot
Copy link
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


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.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 26, 2017
@codecov
Copy link

codecov bot commented Nov 26, 2017

Codecov Report

Merging #2617 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2617      +/-   ##
==========================================
+ Coverage   54.17%   54.18%   +<.01%     
==========================================
  Files         563      563              
  Lines       12124    12124              
==========================================
+ Hits         6568     6569       +1     
+ Misses       5298     5297       -1     
  Partials      258      258
Impacted Files Coverage Δ
...p/backend/integration/metric/common/aggregation.go 89.23% <0%> (+1.53%) ⬆️

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 7c26f88...3d16e73. Read the comment docs.

@ghost
Copy link
Author

ghost commented Nov 26, 2017

Have signed license agreement.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Nov 26, 2017
@floreks
Copy link
Member

floreks commented Nov 26, 2017

Great catch! We can't actually change name of the cert as it is hard dependency in our code. I have reverted the name change and it will be fixed on monday when we merge #2516 and release 1.8.0. Thanks!

@bryk bryk mentioned this pull request Nov 27, 2017
6 tasks
@floreks
Copy link
Member

floreks commented Nov 27, 2017

Fixed by #2516.

@floreks floreks closed this Nov 27, 2017
@zhangjianweibj
Copy link

hilo,@zhoudongyan how to sign license agreement.
thanks

@zhangjianweibj
Copy link

I have a similar problem.intergeration test run error,"Error: License headers need to be present in all files."

"Header not present /home/travis/build/kubernetes/dashboard/src/app/frontend/networkpolicy/list/list.html
/home/travis/build/kubernetes/dashboard/build/check.js:193
throw new Error('License headers need to be present in all files.');
^
Error: License headers need to be present in all files."

@ghost
Copy link
Author

ghost commented Feb 7, 2018

@zhangjianweibj To sign a license agreement, please read the comment of k8s-ci-robot under this issue.

@zhangjianweibj
Copy link

image
yeah,i hava signed the CLA,but integration test alse error.
" License headers need to be present in all files."

@ghost
Copy link
Author

ghost commented Feb 7, 2018

@zhangjianweibj You need make sure that License headers is present in all files you added.

@zhangjianweibj
Copy link

very thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants