1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-23 20:18:51 +00:00

Update vendor

This commit is contained in:
Darren Shepherd
2018-10-24 16:27:58 -07:00
parent 9b1f7db6f0
commit 46df879254
43 changed files with 901 additions and 220212 deletions

View File

@@ -182,8 +182,6 @@ func apiServer(ctx context.Context, config *ServerConfig) (authenticator.Request
s.KubeletConfig.CertFile = config.NodeCert
s.KubeletConfig.KeyFile = config.NodeKey
os.Chdir(config.DataDir)
sc, err := app.Complete(s)
if err != nil {
return nil, nil, err