This repository was archived by the owner on Oct 28, 2024. It is now read-only.
generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 69
log v5 doesn't print desired log of vn-agent #183
Copy link
Copy link
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
What steps did you take and what happened:
[A clear and concise description on how to REPRODUCE the bug.]
What did you expect to happen:
$ kubectl describe pod vn-agent-45wmt -n vc-manager | grep Command -A 5
Command:
vn-agent
--cert-dir=/etc/vn-agent/
--kubelet-client-certificate=/etc/vn-agent/pki/client.crt
--kubelet-client-key=/etc/vn-agent/pki/client.key
--v=5
$ kubectl logs vn-agent-45wmt -n vc-manager
I0719 02:01:45.819355 1 cert.go:61] Using self-signed cert (/etc/vn-agent/vn.crt, /etc/vn-agent/vn.key)
I0719 02:01:45.819508 1 server.go:127] server listen on :10550
I0719 02:02:03.109097 1 route.go:135] will forward request to super apiserver
looks like v5 log doesn't work for detailed log
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
- cluster-api-provider-nested version:
- Minikube/KIND version:
- Kubernetes version: (use
kubectl version
): - OS (e.g. from
/etc/os-release
):
/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api-provider-nested/labels?q=area for the list of labels]
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.