Skip to content
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

Add azureaccesskeyrequest approval #10

Merged
merged 5 commits into from
May 22, 2019
Merged

Add azureaccesskeyrequest approval #10

merged 5 commits into from
May 22, 2019

Conversation

kamolhasan
Copy link
Contributor

No description provided.

nightfury1204
nightfury1204 previously approved these changes May 14, 2019
pkg/cmds/root.go Outdated
@@ -39,7 +39,7 @@ func NewRootCmd() *cobra.Command {
// a.k.a. change all "_" to "-". e.g. glog package
flags.SetNormalizeFunc(cliflag.WordSepNormalizeFunc)

kubeConfigFlags := genericclioptions.NewConfigFlags(true)
kubeConfigFlags := genericclioptions.NewConfigFlags(false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If set to true, will use persistent client config and propagate the config to the places that need it, rather than loading the config multiple times.

We had to change it because it was taking the namespace as "default" instead of the namespace we provided through -n flag

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tamalsaha tamalsaha merged commit f552450 into master May 22, 2019
@tamalsaha tamalsaha deleted the azureSE branch May 22, 2019 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants