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

Clean up the nerdctld installation #18530

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

afbjorklund
Copy link
Collaborator

Use the regular upstream names for socket and service.

Don't use world-writable permissions for the binaries.

The socket starts the service when it is activated.

The units go in the installation and not in config.


Cleanup from

508adea

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 28, 2024
@afbjorklund afbjorklund changed the title Clean up the nerdctl installation Clean up the nerdctld installation Mar 28, 2024
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Mar 28, 2024
@afbjorklund
Copy link
Collaborator Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Mar 28, 2024
@afbjorklund afbjorklund removed the request for review from sharifelgamal March 28, 2024 16:45
@afbjorklund
Copy link
Collaborator Author

/cc ComradeProgrammer

@k8s-ci-robot
Copy link
Contributor

@afbjorklund: GitHub didn't allow me to request PR reviews from the following users: ComradeProgrammer.

Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

/cc ComradeProgrammer

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.

@afbjorklund
Copy link
Collaborator Author

@ComradeProgrammer

@minikube-pr-bot

This comment has been minimized.

@medyagh
Copy link
Member

medyagh commented Mar 28, 2024

@afbjorklund doesnt this need to edit the ISO also ?

@medyagh
Copy link
Member

medyagh commented Mar 28, 2024

/ok-to-build-image

@spowelljr
Copy link
Member

@afbjorklund doesnt this need to edit the ISO also ?

nerdctld isn't installed in the ISO (yet)

@minikube-bot
Copy link
Collaborator

Hi @afbjorklund, we have updated your PR with the reference to newly built kicbase image. Pull the changes locally if you want to test with them or update your PR further.

@minikube-pr-bot

This comment has been minimized.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 28, 2024
@minikube-pr-bot

This comment has been minimized.

@minikube-pr-bot

This comment has been minimized.

@ComradeProgrammer
Copy link
Contributor

I think the changes are good (and I actually learnt a lot), but currently I still cannot press the 'approve' button. I will have a try when the conflicts are solved.

@medyagh
Copy link
Member

medyagh commented Apr 2, 2024

@afbjorklund is it possible that you rebase the PR ? otherwise looks good to merge

Copy link
Member

@medyagh medyagh left a comment

Choose a reason for hiding this comment

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

looks good just needs to be rebased for the merge conflict

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afbjorklund, medyagh

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:
  • OWNERS [afbjorklund,medyagh]

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

Use the regular upstream names for socket and service.

Don't use world-writable permissions for the binaries.

The socket starts the service when it is activated.

The units go in the installation and not in config.
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 12, 2024
@spowelljr spowelljr added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. and removed ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Apr 12, 2024
@spowelljr
Copy link
Member

ok-to-build-image

@minikube-bot
Copy link
Collaborator

Hi @afbjorklund, we have updated your PR with the reference to newly built kicbase image. Pull the changes locally if you want to test with them or update your PR further.

@spowelljr
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot 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 Apr 12, 2024
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 18530) |
+----------------+----------+---------------------+
| minikube start | 53.2s    | 52.5s               |
| enable ingress | 26.0s    | 25.9s               |
+----------------+----------+---------------------+

Times for minikube start: 52.0s 55.9s 51.8s 54.0s 52.1s
Times for minikube (PR 18530) start: 52.1s 52.9s 53.8s 50.2s 53.5s

Times for minikube ingress: 23.6s 27.5s 23.6s 27.6s 27.6s
Times for minikube (PR 18530) ingress: 26.6s 24.5s 23.6s 27.1s 27.6s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 18530) |
+----------------+----------+---------------------+
| minikube start | 23.6s    | 22.4s               |
| enable ingress | 21.0s    | 20.9s               |
+----------------+----------+---------------------+

Times for minikube start: 24.2s 24.3s 22.9s 24.2s 22.5s
Times for minikube (PR 18530) start: 25.0s 21.2s 22.1s 20.9s 22.6s

Times for minikube ingress: 19.8s 21.3s 21.3s 21.3s 21.3s
Times for minikube (PR 18530) ingress: 21.3s 20.8s 20.8s 20.8s 20.8s

docker driver with containerd runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 18530) |
+-------------------+----------+---------------------+
| minikube start    | 21.3s    | 21.1s               |
| ⚠️  enable ingress | 35.4s    | 41.2s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 23.5s 21.4s 20.5s 21.1s 19.9s
Times for minikube (PR 18530) start: 20.3s 20.6s 20.3s 23.4s 21.2s

Times for minikube ingress: 31.9s 31.8s 48.8s 31.8s 32.8s
Times for minikube (PR 18530) ingress: 31.8s 47.8s 31.8s 47.8s 46.8s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux_containerd_arm64 TestDockerEnvContainerd (gopogh) 0.00 (chart)
Docker_Linux_containerd TestDockerEnvContainerd (gopogh) 0.00 (chart)
Hyper-V_Windows TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel (gopogh) 9.09 (chart)
Hyper-V_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (gopogh) 9.09 (chart)
Hyper-V_Windows TestFunctional/parallel/DockerEnv/powershell (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageBuild (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/MySQL (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/NodeLabels (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/PersistentVolumeClaim (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ServiceCmdConnect (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ServiceCmd/DeployApp (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ServiceCmd/JSONOutput (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/ServiceCmd/List (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/parallel/StatusCmd (gopogh) 16.67 (chart)
Hyper-V_Windows TestFunctional/serial/InvalidService (gopogh) 16.67 (chart)
Hyper-V_Windows TestCertOptions (gopogh) 18.18 (chart)
Hyper-V_Windows TestMultiNode/serial/AddNode (gopogh) 21.43 (chart)
Hyper-V_Windows TestMultiNode/serial/CopyFile (gopogh) 21.43 (chart)
Hyper-V_Windows TestMultiNode/serial/StartAfterStop (gopogh) 21.43 (chart)
Hyper-V_Windows TestMultiNode/serial/StopNode (gopogh) 21.43 (chart)
Hyper-V_Windows TestFunctional/serial/ComponentHealth (gopogh) 28.57 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@spowelljr
Copy link
Member

spowelljr commented Apr 13, 2024

Docker Linux containerd docker-env tests are failing

Seems to be a weird URL?

Cannot connect to the Docker daemon at http://docker.example.com. Is the docker daemon running?

@spowelljr spowelljr added the do-not-merge/failing-test Indicates that a PR should not merge because it has a failing test label Apr 13, 2024
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 16, 2024
@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

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.

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. do-not-merge/failing-test Indicates that a PR should not merge because it has a failing test needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. 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.

None yet

7 participants