-
Expected behavior: Current behavior: the teleport server logs are generating an obscene amount of enteries Bug details:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
the TKG cluster is tanzu kubernetes running on Vsphere 8 with NSX-T networking |
Beta Was this translation helpful? Give feedback.
-
Hi @ethannws - I've converted your question to a discussion where you might get more eyes from the community. If you are a Teleport customer you're also welcome to open a support ticket. This is very likely a configuration error, but you haven't shared much info on your configuration. If you can add that I'm sure someone will have suggestions for you. |
Beta Was this translation helpful? Give feedback.
-
issue was that TKG does not use cluster.local as a domain, updated kube-dns as per below in case anybody else gets this. im getting cert errors now on some services but thats not related to this. apiVersion: v1 |
Beta Was this translation helpful? Give feedback.
issue was that TKG does not use cluster.local as a domain, updated kube-dns as per below in case anybody else gets this. im getting cert errors now on some services but thats not related to this.
apiVersion: v1
data:
Corefile: |
.:53 {
errors
health {
lameduck 5s
}
ready
kubernetes cluster.local tanzukubernetescluster.local in-addr.arpa ip6.arpa {
pods insecure
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
prometheus :9153
forward . /etc/resolv.conf {
max_concurrent 1000
}
cache 30
loop
reload
loadbalance
}
kind: ConfigMap
metadata:
creationTimestamp: "2024-05-29T20:29:29Z"
name: coredns
namespace: kube-system
resourceVersion: "2346516"
uid: