rohankanojia

Untitled

Jul 29th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. ~/go/src/github.com/fabric8io/kubernetes-client : $ crc start -b ~/Downloads/crc_libvirt_4.1.0-rc.5.tar.xz
  2. crc - Local OpenShift 4.x cluster
  3. INFO Checking if Virtualization is enabled
  4. INFO Checking if KVM is enabled
  5. INFO Checking if Libvirt is installed
  6. INFO Checking if user is part of libvirt group
  7. INFO Checking if Libvirt is enabled
  8. INFO Checking if Libvirt daemon is running
  9. INFO Checking if crc-driver-libvirt is installed
  10. INFO Checking if Libvirt crc network is available
  11. INFO Checking if Libvirt crc network is active
  12. INFO Checking if /etc/NetworkManager/conf.d/crc-nm-dnsmasq.conf exists
  13. INFO Checking if /etc/NetworkManager/dnsmasq.d/crc.conf exists
  14. INFO Extracting the Bundle tarball ...
  15. INFO Starting stopped VM ...
  16. INFO Waiting 3m0s for the openshift cluster to be started ...
  17. INFO To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=/home/Rohaan/.crc/cache/crc_libvirt_4.1.0-rc.5/kubeconfig'
  18. INFO Access the OpenShift web-console here: https://console-openshift-console.apps-crc.testing
  19. INFO Login to the console with user: kubeadmin, password: 7cdWj-FtzNP-7VSYE-pZk7H
  20. INFO Running
  21. INFO Running
  22. ~/go/src/github.com/fabric8io/kubernetes-client : $ oc get pods
  23. Unable to connect to the server: x509: certificate has expired or is not yet valid
  24. ~/go/src/github.com/fabric8io/kubernetes-client : $ export KUBECONFIG=/home/Rohaan/.crc/cache/crc_libvirt_4.1.0-rc.5/kubeconfig
  25. ~/go/src/github.com/fabric8io/kubernetes-client : $ oc login -u system:admin
  26. The server is using an invalid certificate: x509: certificate has expired or is not yet valid
  27. You can bypass the certificate check, but any data you send to the server could be intercepted by others.
  28. Use insecure connections? (y/n): y
  29.  
  30. error: dial tcp 192.168.130.11:443: connect: connection refused
  31. ~/go/src/github.com/fabric8io/kubernetes-client : $
Add Comment
Please, Sign In to add comment