Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
conjure-up
ubuntu@rickross:~$ conjure-up -d kubernetes-core localhost
[info] No spells found, syncing from registry, please wait.
[info] Summoning kubernetes-core to localhost
If this is your first time using LXD, you should also run: sudo lxd init
To start your first container, try: lxc launch ubuntu:16.04
[info] Bootstrapping Juju controller
[info] Running pre deployment tasks.
[info] Finished pre deploy task: Successful pre-deploy.
[info] Deploying easyrsa...
[info] easyrsa: deployed, installing.
[info] Deploying etcd...
[info] etcd: deployed, installing.
[info] Deploying flannel...
[info] flannel: deployed, installing.
[info] Deploying kubernetes-master...
[info] kubernetes-master: deployed, installing.
[info] Deploying kubernetes-worker...
[info] kubernetes-worker: deployed, installing.
[info] Setting application relations
[info] Completed setting application relations
[info] Waiting for applications to start
[info] Applications not ready yet, please wait
[info] Running step: Kubernetes Cluster Controller
[info] Kubernetes Cluster Controller completed.
[info] Running step: Kubernetes Cluster Status Check
[info] Kubernetes Cluster Status Check completed.
[info] Summary
+---------------------------------+---------------------------------------------------------------------------------+
| Application | Result |
+---------------------------------+---------------------------------------------------------------------------------+
| Kubernetes Cluster Controller | The Kubernetes client utility is now available at '~/bin/kubectl' |
| Kubernetes Cluster Status Check | Nodes: |
| | NAME STATUS AGE |
| | juju-3164b2-1 NotReady 4s |
| | |
| | Pods: |
| | NAMESPACE NAME READY STATUS RESTARTS AGE |
| | default default-http-backend-05crq 0/1 Pending 0 4s |
| | default nginx-ingress-controller-lknlz 0/1 Pending 0 4s |
| | |
| | Services: |
| | NAMESPACE NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE |
| | default default-http-backend 10.152.183.135 <none> 80/TCP 4s |
| | default kubernetes 10.152.183.1 <none> 443/TCP 8s |
| | |
+---------------------------------+---------------------------------------------------------------------------------+
[info] Installation of your big software is now complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment