Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eriknelson/54324f4787965d8e9b2427dc22917a76 to your computer and use it in GitHub Desktop.
Save eriknelson/54324f4787965d8e9b2427dc22917a76 to your computer and use it in GitHub Desktop.
# oc logs apb-72ebeb87-ab95-4583-b5a8-ac7b135cba98
Openshift cluster credentials not provided. Assuming the broker is running inside an Openshift cluster
Attempting to login with a service account...
Logged into "https://kubernetes.default:443" as "system:serviceaccount:foo:apb-72ebeb87-ab95-4583-b5a8-ac7b135cba98" using the token provided.
You have one project on this server: "foo"
Using project "foo".
Welcome! See 'oc help' to get started.
PLAY [hello-world-apb provision] ***********************************************
TASK [ansible.kubernetes-modules : Intall latest openshift client] *************
skipping: [localhost]
TASK [provision-hello-world-apb : create project if it doesn't exist] **********
fatal: [localhost]: FAILED! => {"changed": false, "error": 403, "failed": true, "msg": "Failed to retrieve requested object"}
[WARNING]: Could not create retry file '/opt/apb/actions/provision.retry'.
[Errno 13] Permission denied: u'/opt/apb/actions/provision.retry'
PLAY RECAP *********************************************************************
localhost : ok=0 changed=0 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment