Last active
August 29, 2015 14:24
-
-
Save keshavab/86abd43dcb290ab8751b to your computer and use it in GitHub Desktop.
kubernete-coreos vagrant hang
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
| KEHP-M-X03J:kubernetes-vagrant-coreos-cluster keshava$ vagrant up | |
| Bringing machine 'master' up with 'virtualbox' provider... | |
| Bringing machine 'node-01' up with 'virtualbox' provider... | |
| Bringing machine 'node-02' up with 'virtualbox' provider... | |
| ==> master: Running triggers before up... | |
| ==> master: Setting Kubernetes version 0.21.0 | |
| ==> master: Configuring Kubernetes cluster DNS... | |
| ==> master: Box 'coreos-alpha' could not be found. Attempting to find and install... | |
| master: Box Provider: virtualbox | |
| master: Box Version: >= 738.1.0 | |
| ==> master: Loading metadata for box 'http://alpha.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json' | |
| master: URL: http://alpha.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json | |
| ==> master: Adding box 'coreos-alpha' (v738.1.0) for provider: virtualbox | |
| master: Downloading: http://alpha.release.core-os.net/amd64-usr/738.1.0/coreos_production_vagrant.box | |
| master: Calculating and comparing box checksum... | |
| ==> master: Successfully added box 'coreos-alpha' (v738.1.0) for 'virtualbox'! | |
| ==> master: Importing base box 'coreos-alpha'... | |
| ==> master: Matching MAC address for NAT networking... | |
| ==> master: Checking if box 'coreos-alpha' is up to date... | |
| ==> master: Setting the name of the VM: kubernetes-vagrant-coreos-cluster_master_1436497781906_31612 | |
| ==> master: Clearing any previously set network interfaces... | |
| ==> master: Preparing network interfaces based on configuration... | |
| master: Adapter 1: nat | |
| master: Adapter 2: hostonly | |
| ==> master: Forwarding ports... | |
| master: 22 => 2222 (adapter 1) | |
| ==> master: Running 'pre-boot' VM customizations... | |
| ==> master: Booting VM... | |
| ==> master: Waiting for machine to boot. This may take a few minutes... | |
| master: SSH address: 127.0.0.1:2222 | |
| master: SSH username: core | |
| master: SSH auth method: private key | |
| master: Warning: Connection timeout. Retrying... | |
| ==> master: Machine booted and ready! | |
| ==> master: Setting hostname... | |
| ==> master: Configuring and enabling network interfaces... | |
| ==> master: Running provisioner: file... | |
| ==> master: Running provisioner: file... | |
| ==> master: Running provisioner: shell... | |
| master: Running: inline script | |
| ==> master: Running triggers after up... | |
| ==> master: Sanitizing stuff... | |
| Identity added: /Users/keshava/.vagrant.d/insecure_private_key (/Users/keshava/.vagrant.d/insecure_private_key) | |
| ==> master: Installing kubectl for the kubernetes version we just bootstrapped... | |
| Downloading and installing darwin version of 'kubectl' v0.21.0 into /usr/local/bin. This may take a couple minutes, depending on your internet speed.. | |
| Password: | |
| Setting environment variables.. | |
| ==> master: Waiting for Kubernetes master to become ready... | |
| KEHP-M-X03J:kubernetes-vagrant-coreos-cluster keshava$ vagrant ssh master | |
| CoreOS valpha (738.1.0) | |
| Update Strategy: No Reboots | |
| core@master ~ $ | |
| core@master ~ $ | |
| core@master ~ $ uptime | |
| 03:44:40 up 34 min, 1 user, load average: 0.01, 0.04, 0.08 | |
| core@master ~ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment