Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@thanos1983
Copy link
Contributor

@thanos1983 thanos1983 commented Oct 2, 2021

…As and also for deployment in metrics directly wihtout the need to go through the repo.

What type of PR is this?

/kind documentation

What this PR does / why we need it:

Updating documentation of CAs for installing CRI-O on Ubuntu. Also adding documentation on how to deploy metrics directly without the need to download the repo.

Which issue(s) this PR fixes:

Fixes #5368
Fixes #5314

Special notes for your reviewer:

Please add any comments that you think are relevant.

Does this PR introduce a user-facing change?

None

dependabot bot and others added 5 commits September 27, 2021 19:59
Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.15 to 1.1.16.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.15...v1.1.16)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.40.0...v1.41.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…As and also for deployment in metrics directly wihtout the need to go through the repo.
@openshift-ci openshift-ci bot added dco-signoff: no Indicates the PR's author has not DCO signed all their commits. kind/documentation Categorizes issue or PR as related to documentation. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 2, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 2, 2021

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@openshift-ci openshift-ci bot requested review from rhatdan and vrothberg October 2, 2021 21:08
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 2, 2021

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: thanos1983
To complete the pull request process, please assign haircommander after the PR has been reviewed.
You can assign the PR to them by writing /assign @haircommander in a comment when ready.

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

Details 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

@thanos1983
Copy link
Contributor Author

@haircommander Let me know if there is something that I can help with :).

@codecov
Copy link

codecov bot commented Oct 2, 2021

Codecov Report

Merging #5374 (c8fa1b8) into main (ab99b3d) will decrease coverage by 0.25%.
The diff coverage is 47.19%.

@@            Coverage Diff             @@
##             main    #5374      +/-   ##
==========================================
- Coverage   43.75%   43.49%   -0.26%     
==========================================
  Files         118      118              
  Lines       11737    11786      +49     
==========================================
- Hits         5135     5126       -9     
- Misses       6114     6168      +54     
- Partials      488      492       +4     

Remove usge of deprecated apt-key in Ubuntu install
@haircommander
Copy link
Member

hm you seem to have a merge conflict, can you rebase on current main?

/ok-to-test
thanks @thanos1983 !

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 4, 2021
@haircommander
Copy link
Member

also can you sign-off the commit with
git commit --amend -s
?

@thanos1983
Copy link
Contributor Author

also can you sign-off the commit with git commit --amend -s ?

Will fix the conflict in a bit. :)

@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 5, 2021
openshift-merge-robot and others added 7 commits October 18, 2021 20:40
….com/Microsoft/go-winio-0.5.1

build(deps): bump github.com/Microsoft/go-winio from 0.5.0 to 0.5.1
Bumps [github.com/containerd/cgroups](https://github.com/containerd/cgroups) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/containerd/cgroups/releases)
- [Commits](containerd/cgroups@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/containerd/cgroups
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@haircommander
Copy link
Member

hm it seems the commits are a bit off. Can you do:

git fetch upstream
git rebase -i upstream/main

specifically, I think we should be dropping the merge commits

openshift-merge-robot and others added 15 commits October 18, 2021 23:30
….com/containerd/cgroups-1.0.2

build(deps): bump github.com/containerd/cgroups from 1.0.1 to 1.0.2
Refactor internal types to reduce needless copying
….com/onsi/ginkgo-1.16.5

build(deps): bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5
….com/containers/image/v5-5.16.1

build(deps): bump github.com/containers/image/v5 from 5.15.2 to 5.16.1
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.43.2 to 0.46.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.43.2...v0.46.0)

---
updated-dependencies:
- dependency-name: github.com/containers/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
….com/containers/common-0.46.0

build(deps): bump github.com/containers/common from 0.43.2 to 0.46.0
Bumps [github.com/containers/podman/v3](https://github.com/containers/podman) from 3.3.1 to 3.4.1.
- [Release notes](https://github.com/containers/podman/releases)
- [Changelog](https://github.com/containers/podman/blob/v3.4.1/RELEASE_NOTES.md)
- [Commits](containers/podman@v3.3.1...v3.4.1)

---
updated-dependencies:
- dependency-name: github.com/containers/podman/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
….com/containers/podman/v3-3.4.1

build(deps): bump github.com/containers/podman/v3 from 3.3.1 to 3.4.1
Signed-off-by: Peter Hunt <[email protected]>
…n the commends we say run as root.

Signed-off-by: Athanasios Garyfalos <[email protected]>
…om:thanos1983/cri-o into 5368/Adding-documentation-for-certificates

Signed-off-by: Athanasios Garyfalos <[email protected]>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 21, 2021

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:

Details

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.

@thanos1983
Copy link
Contributor Author

hm it seems the commits are a bit off. Can you do:

git fetch upstream
git rebase -i upstream/main

specifically, I think we should be dropping the merge commits

Hello @haircommander,

I am really bad with the process but I hope now it looks better :).

Let me know if there is anything that I could help with.

BR / Thanos

@openshift-ci-robot
Copy link

@thanos1983: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/kata-jenkins c8fa1b8 link true /test kata-containers
Details

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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 21, 2021

@thanos1983: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/kata-jenkins c8fa1b8 link true /test kata-containers
ci/openshift-jenkins/integration_crun_cgroupv2 c8fa1b8 link false /test integration_cgroupv2
ci/openshift-jenkins/e2e_crun_cgroupv2 c8fa1b8 link false /test e2e_cgroupv2

Full PR test history. Your PR dashboard.

Details

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.

@haircommander
Copy link
Member

Hey @thanos1983, thanks for sticking with it.

i have pulled your branch and squashed the commits into one. you can take a look at github.com/haircommander/cri-o/tree/5368. I recommend doing:

git remote add haircommander [email protected]:haircommander/cri-o.git
git fetch haircommander

git checkout upstream/main
git checkout -b 5368-adding-docs
git cherry-pick 811120076a52550ff38d3b0d11b7eaecd7ec05bc
git push origin 5368-adding-docs

and opening a new PR. This one is able to be used, but the instructions to do so would be more complicated. I hope this helps :)

@thanos1983
Copy link
Contributor Author

Closing this PR as unfortunately I messed it up :). Follow new PR Workaround on new CA from Ubuntu. Also minor documentation improvemen… #5420

@thanos1983 thanos1983 closed this Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: no Indicates the PR's author has not DCO signed all their commits. kind/documentation Categorizes issue or PR as related to documentation. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note.

Projects

None yet

7 participants