Fix spelling errors
More spelling fixes
This commit is contained in:
@@ -1799,7 +1799,7 @@ func Cleanup(filePath, ns string, selectors ...string) {
|
||||
AssertCleanup(ns, selectors...)
|
||||
}
|
||||
|
||||
// Asserts that cleanup of a namespace wrt selectors occured.
|
||||
// Asserts that cleanup of a namespace wrt selectors occurred.
|
||||
func AssertCleanup(ns string, selectors ...string) {
|
||||
var nsArg string
|
||||
if ns != "" {
|
||||
@@ -3734,7 +3734,7 @@ func RestartApiserver(c *client.Client) error {
|
||||
if ProviderIs("gce", "aws") {
|
||||
return sshRestartMaster()
|
||||
}
|
||||
// GKE doesn't allow ssh accesss, so use a same-version master
|
||||
// GKE doesn't allow ssh access, so use a same-version master
|
||||
// upgrade to teardown/recreate master.
|
||||
v, err := c.ServerVersion()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user