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

WIP: efk addon: Update images #16343

Closed
wants to merge 1 commit into from
Closed

Conversation

spowelljr
Copy link
Member

@spowelljr spowelljr commented Apr 18, 2023

Closes #15280

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 18, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: spowelljr

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 18, 2023
@spowelljr
Copy link
Member Author

/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. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 18, 2023
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 16343) |
+-------------------+----------+---------------------+
| minikube start    | 52.0s    | 52.8s               |
| ⚠️  enable ingress | 25.9s    | 38.1s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 51.6s 51.0s 54.0s 51.8s 51.7s
Times for minikube (PR 16343) start: 56.3s 52.6s 51.0s 50.9s 53.0s

Times for minikube ingress: 25.2s 25.2s 26.2s 28.1s 24.7s
Times for minikube (PR 16343) ingress: 25.2s 25.8s 26.7s 28.2s 84.7s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 16343) |
+----------------+----------+---------------------+
| minikube start | 22.9s    | 22.5s               |
| enable ingress | 39.5s    | 32.9s               |
+----------------+----------+---------------------+

Times for minikube (PR 16343) ingress: 21.0s 21.5s 50.5s 22.0s 49.5s
Times for minikube ingress: 50.9s 82.0s 21.5s 22.0s 21.0s

Times for minikube start: 24.7s 24.5s 22.0s 21.5s 21.9s
Times for minikube (PR 16343) start: 21.5s 22.2s 24.8s 21.8s 22.2s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 16343) |
+----------------+----------+---------------------+
| minikube start | 21.7s    | 20.9s               |
| enable ingress | 38.0s    | 35.5s               |
+----------------+----------+---------------------+

Times for minikube start: 24.5s 20.8s 23.2s 20.3s 19.9s
Times for minikube (PR 16343) start: 20.6s 20.3s 22.7s 20.5s 20.3s

Times for minikube ingress: 47.5s 32.0s 31.0s 47.5s 32.0s
Times for minikube (PR 16343) ingress: 49.0s 32.0s 33.0s 31.5s 32.0s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/default-k8s-diff-port/serial/Pause (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/default-k8s-diff-port/serial/SecondStart (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_macOS TestSkaffold (gopogh) 22.22 (chart)
Docker_Windows TestPause/serial/SecondStartNoReconfiguration (gopogh) 22.34 (chart)
Hyper-V_Windows TestNoKubernetes/serial/StartWithK8s (gopogh) 33.94 (chart)

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

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 17, 2023
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle rotten
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 19, 2024
@spowelljr spowelljr closed this Jan 30, 2024
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/work-in-progress Indicates that a PR should not merge because it is a work in progress. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

efk addon image contains Log4j CVEs
4 participants