Typo fix an->and

Typo fix an->and
This commit is contained in:
AdamDang 2018-04-06 10:13:57 +08:00 committed by GitHub
parent f30a8dbcce
commit 71d8d23982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func (t *ProtokubeBuilder) buildSystemdService() (*nodetasks.Service, error) {
// add kubectl only if a master
// path changes depending on distro, and always mount it on /opt/kops/bin
// kubectl is downloaded an installed by other tasks
// kubectl is downloaded and installed by other tasks
if t.IsMaster {
dockerArgs = append(dockerArgs, []string{
"-v", t.KubectlPath() + ":/opt/kops/bin:ro",