Rudi C
Rudi C
@hkaj since I filed the issue, I got the etcd integration working. I do it in the same singleton agent that collects events (or, rather, does not yet, but that's...
Nevermind, I see that there is an url tag that is unique for each master... specifically for cases like mine.
@hkaj I didn't update this issue since, but yes, the DaemonSet and Auto Discovery take care of the kubernetes and kube-state checks (and kube-dns, which was added recently). I was...
I am getting something similar for another resource: ``` [...].kubernetes_manifest.crd_podgroups: Importing from ID "apiVersion=apiextensions.k8s.io/v1,kind=CustomResourceDefinition,name=podg roups.scheduling.incubator.k8s.io"... ╷ │ Error: Failed to get namespacing requirement from RESTMapper │ │ Unauthorized ╵ ```...
How to troubleshoot this? I even set verify_ssl to false temporarily and it still complains with the same error. I have all three files (CA, public+private API keys) on the...
(I'm actually using a custom gcr.io/google_containers/fluentd-elasticsearch, which I'm trying to improve, but this is basically the same issue.)
I haven't been able to catch it live, because the pod stays for just a second, but from `docker inspect`: ``` "Binds": [ "/var/lib/kubelet/pods/bbc2ba16-f418-11e5-a35d-0e581928f9dd/volumes/kubernetes.io~secret/default-token-0qnq5:/var/run/secrets/kubernetes.io/serviceaccount:ro", ``` ``` ls /var/lib/kubelet/pods/bbc2ba16-f418-11e5-a35d-0e581928f9dd/volumes/kubernetes.io~secret/default-token-0qnq5 -l total...
From the apiserver side: `http: TLS handshake error from 10.68.5.3:41240: remote error: unknown certificate authority`
I'm testing with the schedulable=false kubelet that runs on the first master, so they're both on the same machine, and the checksum matches: ``` 37ea98342398471dffa11babc92bb061 /srv/kube/ca.crt 37ea98342398471dffa11babc92bb061 /var/lib/kubelet/pods/bbc2ba16-f418-11e5-a35d-0e581928f9dd/volumes/kubernetes.io~secret/default-token-0qnq5/ca.crt ``` I...
Maybe it needs to use 1.1.2? https://github.com/abonas/kubeclient/issues/158