-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 addon registry doesn't follow Minikube DNS domain name configuration (--dns-domain) #15585
Conversation
|
Welcome @rogeriomm! |
Hi @rogeriomm. Thanks for your PR. I'm waiting for a kubernetes 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. 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. |
Can one of the admins verify this patch? |
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.
thank you @rogeriomm for fixing this, do you mind sharing Before and After this PR minikube output in the PR description ?
Done |
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.
thank you for fixing this issue, look forward to see more contributions from you
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, rogeriomm 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 |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
/ok-to-test |
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube (PR 15585) start: 52.5s 53.6s 57.3s 52.4s 51.3s Times for minikube ingress: 27.9s 28.4s 29.9s 30.0s 28.0s docker driver with docker runtime
Times for minikube start: 25.8s 22.4s 24.3s 24.3s 25.9s Times for minikube ingress: 21.9s 19.9s 21.9s 20.4s 20.4s docker driver with containerd runtime
Times for minikube start: 23.5s 21.0s 25.1s 24.3s 24.6s Times for minikube ingress: 30.9s 30.9s 18.9s 20.0s 46.9s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
thank you @rogeriomm for the PR and patience on the review time |
minikube-with-bug-registry version
minikube-with-bug-registry -p cluster-unfixed start --dns-domain cluster.xpt
minikube-with-bug-registry -p cluster-unfixed status
minikube-with-bug-registry -p cluster-unfixed addons enable registry
kubectl -n kube-system get pods | grep registry-proxy-
kubectl -n kube-system logs registry-proxy-m5v47 | head -n 3
nc -v $(minikube -p cluster-unfixed ip) 5000
minikube-with-bug-registry -p cluster-unfixed logs
logs-unfixed.txt
minikube-master-fix-registry version
minikube-master-fix-registry -p cluster-fixed start --dns-domain cluster.xpt
minikube-master-fix-registry -p cluster-fixed status
minikube-master-fix-registry -p cluster-fixed addons enable registry
kubectl -n kube-system get pods | grep registry-proxy-
kubectl -n kube-system logs registry-proxy-m5v47 | head -n 3
nc -v $(minikube -p cluster-fixed ip) 5000
minikube-master-fix-registry -p cluster-fixed ssh sudo cat /etc/kubernetes/addons/registry-proxy.yaml
minikube-master-fix-registry -p cluster-fixed logs
logs-fixed.txt