We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Post deploy fails if the namespace "gpte" isn't pre-created before the run:
TASK [k8s_config : k8s opentlc-mgr babylon role-based access control] ************************************************************************************ failed: [localhost] (item=Role([rbac.authorization.k8s.io/v1](http://rbac.authorization.k8s.io/v1)) opentlc-secret-manager in gpte) => {"_k8s_resources_idx": 0, "ansible_loop_var": "_k8s_resources_idx", "attempts": 1, "changed": false, "error": 404, "msg": "Failed to apply object: b'{\"kind\":\"Status\",\"apiVersion\":\"v1\",\"metadata\":{},\"status\":\"Failure\",\"message\":\"namespaces \\\\\"gpte\\\\\" not found\",\"reason\":\"NotFound\",\"details\":{\"name\":\"gpte\",\"kind\":\"namespaces\"},\"code\":404}\\n'", "reason": "Not Found", "status": 404} failed: [localhost] (item=RoleBinding([rbac.authorization.k8s.io/v1](http://rbac.authorization.k8s.io/v1)) opentlc-secret-manager in gpte) => {"_k8s_resources_idx": 1, "ansible_loop_var": "_k8s_resources_idx", "attempts": 1, "changed": false, "error": 404, "msg": "Failed to apply object: b'{\"kind\":\"Status\",\"apiVersion\":\"v1\",\"metadata\":{},\"status\":\"Failure\",\"message\":\"namespaces \\\\\"gpte\\\\\" not found\",\"reason\":\"NotFound\",\"details\":{\"name\":\"gpte\",\"kind\":\"namespaces\"},\"code\":404}\\n'", "reason": "Not Found", "status": 404}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Post deploy fails if the namespace "gpte" isn't pre-created before the run:
The text was updated successfully, but these errors were encountered: