Closed YZF-Myself closed 5 days ago
Minikube docker starts multiple nodes, and the network between multiple nodes is not connected.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
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 issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
What Happened?
I refer to: https://didil.medium.com/autobucket-operator-7e77eca95fcc https://cloud.tencent.com/developer/article/2363996
environment: minikube version: v1.31.2 gcr.io/k8s-minikube/kicbase v0.0.43 619d67e74933 6 weeks ago 1.26GB
start: minikube start --kubernetes-version=v1.23.0 --force --driver=docker --bootstrapper=kubeadm --extra-config=scheduler.address=0.0.0.0 --extra-config=controller-manager.address=0.0.0.0
question:
kubectl run busybox-1 --image=busybox --restart=Never -l=app=busybox,hello=true -- sleep 3600
Error from server (InternalError): Internal error occurred: failed calling webhook "hello-webhook.leclouddev.com": failed to call webhook: Post "https://webhook-svc.mutating-webhook.svc:443/mutate?timeout=10s": dial tcp 10.100.140.127:443: connect: connection refused
Attach the log file
kubectl logs -n kube-system -l k8s-app=kube-dns
[INFO] plugin/ready: Still waiting on: "kubernetes" .:53 [INFO] plugin/reload: Running configuration MD5 = efb55b6c40fa64314ecca5d48a313e92 CoreDNS-1.8.6 linux/amd64, go1.17.1, 13a9191 [INFO] 127.0.0.1:54512 - 21808 "HINFO IN 7193728981579617635.3349875443182598247. udp 57 false 512" NXDOMAIN qr,rd,ra 132 0.554889763s
./generate_certificate.sh --service webhook-svc --webhook hello-webhook.leclouddev.com --secret hello-tls-secret --namespace mutating-webhookcreating certs in tmpdir /tmp/tmp.xRsa9GCOOB /CN=webhook-svc.mutating-webhook.svc Generating RSA private key, 2048 bit long modulus (2 primes) ........+++++ ...............................................................................................................................................................................+++++ e is 65537 (0x010001) Error from server (NotFound): certificatesigningrequests.certificates.k8s.io "webhook-svc.mutating-webhook" not found certificatesigningrequest.certificates.k8s.io/webhook-svc.mutating-webhook created NAME AGE SIGNERNAME REQUESTOR REQUESTEDDURATION CONDITION webhook-svc.mutating-webhook 0s kubernetes.io/kubelet-serving minikube-user Pending
CertificateSigningRequest create succsee
certificatesigningrequest.certificates.k8s.io/webhook-svc.mutating-webhook approved
webhook-svc.mutating-webhook certificate approve
W0531 10:35:19.953593 61585 helpers.go:692] --dry-run is deprecated and can be replaced with --dry-run=client.
secret/hello-tls-secret created
INFO: Trying to patch webhook adding the caBundle.
mutatingwebhookconfiguration.admissionregistration.k8s.io/hello-webhook.leclouddev.com patched
Operating System
None
Driver
None