mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Fix a grammatical problem in a comment
This commit is contained in:
parent
6e2249b784
commit
ab2b577cf5
@ -45,7 +45,7 @@ func NewCmdAddon() *cobra.Command {
|
|||||||
return cmd
|
return cmd
|
||||||
}
|
}
|
||||||
|
|
||||||
// EnsureAllAddons install all addons to a Kubernetes cluster.
|
// EnsureAllAddons installs all addons to a Kubernetes cluster
|
||||||
func EnsureAllAddons(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error {
|
func EnsureAllAddons(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error {
|
||||||
|
|
||||||
addonActions := []func(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error{
|
addonActions := []func(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error{
|
||||||
|
Loading…
Reference in New Issue
Block a user