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

Airflow worker unable to create ConfigMap #443

Closed
float34 opened this issue Sep 10, 2018 · 0 comments · Fixed by #444
Closed

Airflow worker unable to create ConfigMap #443

float34 opened this issue Sep 10, 2018 · 0 comments · Fixed by #444
Assignees
Labels
improvement [Changed] for changes in existing functionality

Comments

@float34
Copy link
Contributor

float34 commented Sep 10, 2018

When trying to create ConfigMap from inside the Airflow and then list the results (using legion.k8s.K8SConfigMapStorage.list) you will get an error:
HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json', 'X-Content-Type-Options': 'nosniff', 'Date': 'Mon, 10 Sep 2018 12:57:59 GMT', 'Content-Length': '298'}) HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"configmaps is forbidden: User \"system:serviceaccount:company-a:airflow-company-a-airflow-worker\" cannot list configmaps in the namespace \"company-a\"","reason":"Forbidden","details":{"kind":"configmaps"},"code":403}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement [Changed] for changes in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant