Advertisement
Guest User

Untitled

a guest
Mar 30th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Kubernetes cluster is running.
  2. The master is running at:
  3. https://10.245.1.2
  4. Administer and visualize its resources using Cockpit:
  5. https://10.245.1.2:9090
  6. For more information on Cockpit, visit http://cockpit-project.org
  7. The user name and password to use is located in /Users/me/.kube/config
  8.  
  9. ./cluster/kubectl.sh config view
  10. apiVersion: v1
  11. clusters:
  12. - cluster:
  13. certificate-authority-data: REDACTED
  14. server: https://10.245.1.2
  15. name: vagrant
  16. contexts:
  17. - context:
  18. cluster: vagrant
  19. user: vagrant
  20. name: vagrant
  21. current-context: vagrant
  22. kind: Config
  23. preferences: {}
  24. users:
  25. - name: vagrant
  26. user:
  27. client-certificate-data: REDACTED
  28. client-key-data: REDACTED
  29. password: 9r5V2B2wn6oeaciX
  30. username: admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement