Page MenuHomePhabricator
Paste P9478

make start
ArchivedPublic

Authored by zeljkofilipin on Oct 25 2019, 12:25 PM.
Tags
None
Referenced Files
F30879917: raw.txt
Oct 25 2019, 12:25 PM
Subscribers
None
~/Documents/gerrit/releng/local-charts$ make start
minikube start
😄 minikube v1.4.0 on Darwin 10.15
💾 Downloading driver docker-machine-driver-hyperkit:
> docker-machine-driver-hyperkit.sha256: 65 B / 65 B [---] 100.00% ? p/s 0s
> docker-machine-driver-hyperkit: 28.85 MiB / 28.85 MiB 100.00% 1.15 MiB p
🔑 The 'hyperkit' driver requires elevated permissions. The following commands will be executed:
$ sudo chown root:wheel /Users/z/.minikube/bin/docker-machine-driver-hyperkit
$ sudo chmod u+s /Users/z/.minikube/bin/docker-machine-driver-hyperkit
Password:
💿 Downloading VM boot image ...
> minikube-v1.4.0.iso.sha256: 65 B / 65 B [--------------] 100.00% ? p/s 0s
> minikube-v1.4.0.iso: 135.73 MiB / 135.73 MiB [] 100.00% 2.17 MiB p/s 1m3s
🔥 Creating hyperkit VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
🐳 Preparing Kubernetes v1.16.0 on Docker 18.09.9 ...
💾 Downloading kubelet v1.16.0
💾 Downloading kubeadm v1.16.0
🚜 Pulling images ...
🚀 Launching Kubernetes ...
⌛ Waiting for: apiserver proxy etcd scheduler controller dns
🏄 Done! kubectl is now configured to use "minikube"
helm init --wait
Creating /Users/z/.helm
Creating /Users/z/.helm/repository
Creating /Users/z/.helm/repository/cache
Creating /Users/z/.helm/repository/local
Creating /Users/z/.helm/plugins
Creating /Users/z/.helm/starters
Creating /Users/z/.helm/cache/archive
Creating /Users/z/.helm/repository/repositories.yaml
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com
Adding local repo with URL: http://127.0.0.1:8879/charts
$HELM_HOME has been configured at /Users/z/.helm.
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster.
Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.
To prevent this, run `helm init` with the --tiller-tls-verify flag.
For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation
./bin/sshfs_keygen.sh
Generating public/private rsa key pair.
Your identification has been saved in /home/docker/.ssh/id_rsa.
Your public key has been saved in /home/docker/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:V7taXOjO6FZTZvM/JRiKO403WKSKG2FHlpiZK8JiGJQ docker@minikube
The key's randomart image is:
+---[RSA 2048]----+
| .. |
|.E = . |
|. = + . |
|o. + ...o= |
|+o. + . S+..o*.o |
|o. o o o.oo+o. o|
| .. . * .=. .o|
| ... = =* ..|
| .. =+.o .|
+----[SHA256]-----+
Saving key to authorized_keys file.