Created
June 13, 2017 00:34
-
-
Save eriknelson/54324f4787965d8e9b2427dc22917a76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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