mirror of https://github.com/kubernetes/kops.git
Merge pull request #12402 from johngmyers/remove-addons-link
Fix link to addons documentation
This commit is contained in:
commit
fbff2a14d9
|
|
@ -403,7 +403,7 @@ func RunUpdateCluster(ctx context.Context, f *util.Factory, out io.Writer, c *Up
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Fprintf(sb, " * the ubuntu user is specific to Ubuntu. If not using Ubuntu please use the appropriate user based on your OS.\n")
|
fmt.Fprintf(sb, " * the ubuntu user is specific to Ubuntu. If not using Ubuntu please use the appropriate user based on your OS.\n")
|
||||||
fmt.Fprintf(sb, " * read about installing addons at: https://kops.sigs.k8s.io/operations/addons.\n")
|
fmt.Fprintf(sb, " * read about installing addons at: https://kops.sigs.k8s.io/addons.\n")
|
||||||
fmt.Fprintf(sb, "\n")
|
fmt.Fprintf(sb, "\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue