You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ openshift-install version]$ bin/openshift-install versionbin/openshift-install v0.4.0-42-g25757c69c5a9bb082eb915a6562b2b5abcee956fTerraform v0.11.8
$ ~/.terraform.d/plugins/terraform-provider-libvirt -version # only needed if you're using libvirt/home/lmohanty/.terraform.d/plugins/terraform-provider-libvirt was not built correctlyCompiled against library: libvirt 4.7.0Using library: libvirt 4.7.0Running hypervisor: QEMU 3.0.0Running against daemon: 4.7.0
Platform (aws|libvirt|openstack):
libvirt
What happened?
In my setup the webconsole should be available in https://test1-api.tt.testing:6443/console but I saw
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {
},
"status": "Failure",
"message": "forbidden: User \"system:anonymous\" cannot get path \"/console\": no RBAC policy matched",
"reason": "Forbidden",
"details": {
},
"code": 403
}
$ oc status
In project default on server https://test1-api.tt.testing:6443
svc/kubernetes - 172.30.0.1:443 -> 6443
View details with 'oc describe <resource>/<name>' or list everything with 'oc get all'.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Version
Platform (aws|libvirt|openstack):
libvirt
What happened?
In my setup the webconsole should be available in
https://test1-api.tt.testing:6443/console
but I sawThe text was updated successfully, but these errors were encountered: