-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Workaround on new CA from Ubuntu. Also minor documentation improvemen… #5420
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
Conversation
…t on how to deploy metrics without the need to download the repo. Signed-off-by: Athanasios Garyfalos <[email protected]>
|
@thanos1983: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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. |
|
Hi @thanos1983. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
@haircommander thanks a lot @haircommander. I hope this time I got it straight :) Have a nice weekend. BR / Thanos |
Codecov Report
@@ Coverage Diff @@
## main #5420 +/- ##
==========================================
- Coverage 43.78% 43.50% -0.29%
==========================================
Files 118 118
Lines 11721 11829 +108
==========================================
+ Hits 5132 5146 +14
- Misses 6102 6191 +89
- Partials 487 492 +5 |
saschagrunert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
LGTM
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, thanos1983 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 |
| curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-archive-keyring.gpg | ||
| curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION/$OS/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-crio-archive-keyring.gpg | ||
|
|
||
| apt-get update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shoot I think we still need this.
can you add it back, commit the changes, and squash the commits together with
git rebase -i upstream/main and then change the pick of the second line to s and quit the editor? then force push the branch
tutorials/install-distro.md
Outdated
| sudo dnf module enable cri-o:$VERSION | ||
| sudo dnf install cri-o | ||
| dnf module enable cri-o:$VERSION | ||
| dnf install -y cri-o |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally like having the -y in the docs, but I have received a lot of negative feedback in the past from people who have security or disk space concerns with it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally like having the
-yin the docs, but I have received a lot of negative feedback in the past from people who have security or disk space concerns with it.
I will agree with @TomSweeneyRedHat. Removing -y and adding apt upgrade. On my case simple apt update does not work.
I hope now is okay :) @haircommander to verify :)
|
LGTM once @haircommander 's comment is settled. |
…t on how to deploy metrics without the need to download the repo. Signed-off-by: Athanasios Garyfalos <[email protected]>
…368-adding-docs Signed-off-by: Athanasios Garyfalos <[email protected]>
| curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/devel:kubic:libcontainers:stable.repo | ||
| curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable:cri-o:$VERSION.repo https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:$VERSION/$OS/devel:kubic:libcontainers:stable:cri-o:$VERSION.repo | ||
| yum install cri-o | ||
| yum install -y cri-o |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one more nit: if we drop the other -ys, then we should drop this one as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one more nit: if we drop the other
-ys, then we should drop this one as well
@haircommander I missed this, thanks for noticing :)
…t on how to deploy metrics without the need to download the repo. Signed-off-by: Athanasios Garyfalos <[email protected]>
|
Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits. 📝 Please follow instructions in the contributing guide to update your commits with the DCO Full details of the Developer Certificate of Origin can be found at developercertificate.org. The list of commits missing DCO signoff:
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 |
|
@haircommander follow up? |
|
/retest |
|
@thanos1983: The following test failed, say
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. |
|
@thanos1983: The following tests 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. |
|
sorry @thanos1983 we can't merge it with all of the merge commits in therre. have you tried using |
…t on how to deploy metrics without the need to download the repo.
Signed-off-by: Athanasios Garyfalos [email protected]
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?