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

fix token refresh for GKE on Windows #51

Merged
merged 2 commits into from Jul 9, 2018
Merged

fix token refresh for GKE on Windows #51

merged 2 commits into from Jul 9, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jun 6, 2018

A proper solution would be to pass command line arguments as an array.
Unfortunately, this is not currently possible with shelljs. See also
shelljs/shelljs#143.

As a workaround, surround the command with quotes to at least fix
commands with spaces.

Closes #50.

A proper solution would be to pass command line arguments as an array.
Unfortunately, this is not currently possible with shelljs. See also
shelljs/shelljs#143.

As a workaround, surround the command with quotes to at least fix
commands with spaces.

Closes #50.
@brendandburns
Copy link
Contributor

@cbuchacher thanks for the PR. We need a signed CLA to merge.

Thanks!

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 18, 2018
@ghost
Copy link
Author

ghost commented Jun 18, 2018

Signed.

@brendandburns
Copy link
Contributor

LGTM. thanks!

@brendandburns brendandburns merged commit c91fa6e into kubernetes-client:master Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GKE on Windows: Failed to refresh token
2 participants