mirror of https://github.com/kubernetes/kops.git
Add comment on purpose of kops keypair
Otherwise it's tricky to track down where it is used.
This commit is contained in:
parent
c1c1d6bbcc
commit
fa419d9510
|
@ -184,6 +184,7 @@ func (b *PKIModelBuilder) Build(c *fi.ModelBuilderContext) error {
|
|||
}
|
||||
|
||||
{
|
||||
// Used by e.g. protokube
|
||||
t := &fitasks.Keypair{
|
||||
Name: fi.String("kops"),
|
||||
Lifecycle: b.Lifecycle,
|
||||
|
|
Loading…
Reference in New Issue