mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 15:06:23 +00:00
Merge pull request #128 from guangbochen/master
update misspelled common words
This commit is contained in:
@@ -51,7 +51,7 @@ func (c *Cluster) GetClusterState() (*Cluster, error) {
|
||||
logrus.Warnf("Failed to initiate new Kubernetes Client: %v", err)
|
||||
return nil, nil
|
||||
}
|
||||
// Get pervious kubernetes state
|
||||
// Get previous kubernetes state
|
||||
currentCluster = getStateFromKubernetes(c.KubeClient, c.LocalKubeConfigPath)
|
||||
// Get previous kubernetes certificates
|
||||
if currentCluster != nil {
|
||||
|
Reference in New Issue
Block a user