-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubectl context message #1050
Kubectl context message #1050
Conversation
fixing kubectl config path when set to multiple paths
4cedd15
to
bad489c
Compare
Good to go 😀 |
Jenkins Kubernetes AWS e2e failed for commit bad489c. Full PR test history. The magic incantation to run this job again is |
@k8s-bot aws e2e test this |
@@ -183,20 +184,31 @@ func (c *KubeconfigBuilder) WriteKubecfg() error { | |||
return err | |||
} | |||
} | |||
fmt.Printf("Wrote config for %s to %q\n", c.Context, c.KubeconfigPath) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine for now - but you know how I feel about fmt.Print*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think I do @kris-nova ... Is this because we should be writing to a stream somewhere?
LGTM - simple change, and some much needed tests |
Closes #397, #1000
Please review and merge.
This change is![Reviewable](https://camo.githubusercontent.com/bdad2d5a4be7a00dc3b2426ea57eabd73ef84d8ed5ee05653b2f1501b6ea93ab/68747470733a2f2f72657669657761626c652e6b756265726e657465732e696f2f7265766965775f627574746f6e2e737667)