openconfig / kne

Apache License 2.0
214 stars 64 forks source link

Add credential provider option to kubeadm #533

Closed alexmasi closed 4 months ago

alexmasi commented 4 months ago

This allows passing in a config file to define a credential provider for the kubelet. This enables automatic auth refresh for pulling images from private gcp regs on a GCE VM.

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8840466257

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
deploy/deploy.go 1 4 25.0%
cluster/kubeadm/kubeadm.go 24 32 75.0%
controller/server/main.go 2 11 18.18%
<!-- Total: 27 47 57.45% -->
Files with Coverage Reduction New Missed Lines %
controller/server/main.go 1 37.67%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 8807012865: -0.05%
Covered Lines: 4625
Relevant Lines: 7103

💛 - Coveralls