-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Shorten GSA account_id if necessary #666
Conversation
Thanks for the PR! 🚀 |
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.
Thanks @jaketf
Can we also add something to the description for this var that indicates this behavior.
Actually please hold on merging this. |
That seems like a good idea. |
is there a reason we have a kubectl wrapper locally in this module when we actually use the one in this module? |
I think that's just a legacy artifact we forgot to remove. /cc @bharathkkb if I'm wrong. |
hmm this got more complicated to test :) |
Unfortunately it's non-trivial. Our main approach:
|
@jaketf the integration failures here seem related to b/159766801. Lint failures are due to docs, you can run Regarding |
My other local error was in fact user error on my part (and indeed unrelated to this change). Is there a way we can assert "if use_existing_ksa then {cluster_name, location} not empty" in this module? |
Unfortunately I dont think so. Currently in the docs we do say Thanks for the fix in gcloud, we will need to release a new version there and bump the versions here for it to take effect similar to #651 |
However, this PR (which is actually an orthogonal change) is a little higher priority as it affects the usability of the module in a way the end user cannot easily fix because it has to do with the internals of the module. Anyway sorry for so much back and forth late on a Friday and thanks both for the help! cheers to the weekend! |
/gcbrun |
No description provided.