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

Checking writability and ACLs on... FAILED #211

Closed
saad-ali opened this issue Nov 16, 2016 · 3 comments
Closed

Checking writability and ACLs on... FAILED #211

saad-ali opened this issue Nov 16, 2016 · 3 comments
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release.

Comments

@saad-ali
Copy link
Member

I am running in to this error while running anago:

$ ./anago release-1.5
anago: BEGIN main on saadali-dev Tue Nov 15 18:07:03 PST 2016

Checking /usr/local/google/home/saadali/go/src/k8s.io/release state: OK

────────────────────────────────────────────────────────────────────────────────
CHECK GITHUB AUTH
────────────────────────────────────────────────────────────────────────────────

Checking for a valid github API token: OK
Checking ssh auth to github.com: OK

────────────────────────────────────────────────────────────────────────────────
CHECK PREREQUISITES
────────────────────────────────────────────────────────────────────────────────

Checking required system packages: OK
Checking/setting cloud tools: OK
Checking cloud account/auth [email protected]: OK
Checking cloud account/auth [email protected]: OK
Checking writability and ACLs on kubernetes-release-saadali: FAILED

Exiting...


anago: DONE main on saadali-dev Tue Nov 15 18:07:13 PST 2016 in 10s

The problem appears to be that even if I select the k8s.prod account in gcloud, when anago runs it switches to my google account at some point, and then this check fails.

Before running anago:

Credentialed Accounts:
 - k8s.prod... ACTIVE
 - [email protected] 
To set the active account, run:
    $ gcloud config set account `ACCOUNT`

After running anago:

$ gcloud auth list
Credentialed Accounts:
 - k8s.prod...
 - [email protected] ACTIVE
To set the active account, run:
    $ gcloud config set account `ACCOUNT`

This may be caused by PR #206

CC @ixdy @david-mcmahon

@saad-ali saad-ali added the bug label Nov 16, 2016
@ixdy
Copy link
Member

ixdy commented Nov 16, 2016

I'm pretty sure this is expected, see #206 (comment).

What does /tmp/anago.log say?

@ixdy
Copy link
Member

ixdy commented Nov 16, 2016

You probably just need to run gsutil defacl ch -u AllUsers:R gs://kubernetes-release-saadali.

@saad-ali
Copy link
Member Author

Yep, that was it. Thanks @ixdy! Closing

marpaia pushed a commit to marpaia/release that referenced this issue Feb 21, 2019
Adds Slack handle for Guinevere Saenger
@justaugustus justaugustus added sig/release Categorizes an issue or PR as relevant to SIG Release. area/release-eng Issues or PRs related to the Release Engineering subproject labels Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
Development

No branches or pull requests

3 participants