我正在运行一个安全的kubernetes集群,其中的身份验证是使用keystone完成的。现在,我正在尝试运行heapster,我得到的错误如下:
E0720 09:22:18.244161 1 reflector.go:205] k8s.io/heapster/metrics/sources/summary/summary.go:454: Failed to list *api.Node: the server has asked for the client to provide credentials (get nodes)
E0720 09:22:18.250826 1 reflector.go:205] k8s.io/heapster/metrics/processors/namespace_based_enricher.go:84: Failed to list *api.Namespace: the server has asked for the client to provide credentials (get namespaces)我想知道如何将身份验证文件传递给heapster,以及该文件应该包含什么?或者,有没有其他方法可以向heapster提供凭据?
蒂娅。
发布于 2016-07-21 01:11:48
堆验证配置已记录在here中
https://stackoverflow.com/questions/38477349
复制相似问题