-
Notifications
You must be signed in to change notification settings - Fork 235
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
status code 403 trying to fetch token errors for the cnrm controller #289
Comments
Hi @red8888 , thank you for your question. Are you seeing the logs of the "cnrm-controller-manager-XXXX" pod? I assume you meant a pod in the "cnrm-system" namespace? Would be great if you can provide more details. E.g. the steps/commands to find the error logs. In addition, are you blocked on this error? |
Yes it appears I cant create resources either I get this error:
I followed the doc and confirmed the pods are running and everything and made sure the google service account has the right permissions: https://cloud.google.com/config-connector/docs/how-to/install-upgrade-uninstall I created the context that links the k8s service account to the google service account like the docs say:
I see the stackdriver errors and the errors when trying to create resources in the cnrm-controller-manager-xxx Stateful Sets pods |
my bad I had the wrong syntax for the IAM to k8s service account binding. This seems to be working now |
I deployed the config connecter per the docs but In the logs of the cnrm-system pod im seeing these weird errors:
Error while sending request to Stackdriver Post https://monitoring.googleapis.com/v3/projects/myproject/timeSeries?alt=json: status code 403 trying to fetch http://169.254.169.254/computeMetadata/v1/instance/service-accounts/default/token
Now I confirmed my GSA being used has owner role on myproject. Whats this token error about?
My manifest:
The text was updated successfully, but these errors were encountered: