Last active
May 27, 2019 20:09
-
-
Save emreozkangit/eda89b703199e7ce01b6001c9aaf24c2 to your computer and use it in GitHub Desktop.
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
root@emreozkan2c:/home/cloud_user# kubectl get nodes | |
NAME STATUS ROLES AGE VERSION | |
emreozkan2c.mylabserver.com Ready master 19d v1.14.1 | |
emreozkan3c.mylabserver.com Ready <none> 19d v1.14.1 | |
root@emreozkan2c:/home/cloud_user# curl -sfL https://get.rio.io | sh - | |
[INFO] Finding latest release | |
[INFO] Using v0.1.1-rc2 as release | |
[INFO] Downloading hash https://github.com/rancher/rio/releases/download/v0.1.1-rc2/sha256sum-amd64.txt | |
[INFO] Downloading binary https://github.com/rancher/rio/releases/download/v0.1.1-rc2/rio-linux-amd64 | |
[INFO] Verifying binary download | |
[INFO] Installing rio to /usr/local/bin/rio | |
root@emreozkan2c:/home/cloud_user# rio install | |
Creating namespace rio-system | |
Defaulting cluster CIDR to 10.96.0.1/16 | |
Deploying Rio control plane.... | |
Waiting for rio controller to initialize | |
Waiting for rio controller to initialize | |
Waiting for rio controller to initialize | |
Waiting for rio controller to initialize | |
Waiting for rio controller to initialize | |
Waiting for all the system components to be up. Not ready component: [autoscaler build-controller buildkit cert-manager grafana istio-citadel istio-pilot istio-telemetry kiali prometheus registry webhook] | |
Waiting for all the system components to be up. Not ready component: [autoscaler build-controller buildkit cert-manager grafana istio-citadel istio-pilot istio-telemetry kiali prometheus registry webhook] | |
Waiting for all the system components to be up. Not ready component: [autoscaler build-controller cert-manager grafana istio-citadel istio-pilot istio-telemetry kiali registry webhook] | |
Waiting for all the system components to be up. Not ready component: [cert-manager grafana istio-pilot istio-telemetry kiali webhook] | |
Waiting for all the system components to be up. Not ready component: [cert-manager grafana istio-pilot istio-telemetry kiali] | |
Waiting for all the system components to be up. Not ready component: [cert-manager grafana istio-pilot istio-telemetry kiali] | |
Waiting for all the system components to be up. Not ready component: [cert-manager grafana istio-pilot kiali] | |
Waiting for all the system components to be up. Not ready component: [grafana istio-pilot kiali] | |
Waiting for all the system components to be up. Not ready component: [grafana istio-pilot kiali] | |
Waiting for all the system components to be up. Not ready component: [grafana istio-pilot kiali] | |
Waiting for all the system components to be up. Not ready component: [grafana istio-pilot kiali] | |
Waiting for all the system components to be up. Not ready component: [grafana kiali] | |
Waiting for all the system components to be up. Not ready component: [grafana kiali] | |
Waiting for all the system components to be up. Not ready component: [kiali] | |
Waiting for all the system components to be up. Not ready component: [kiali] | |
Detecting that your service loadbalancer for service mesh gateway is still pending. Do you want to: | |
[1] Use HostPorts(Please make sure port 9080 and 9443 are open for your nodes) | |
[2] Wait for Service Load Balancer | |
Select Number [] 1 | |
Reinstall Rio using --host-ports | |
Defaulting cluster CIDR to 10.96.0.1/16 | |
Deploying Rio control plane.... | |
rio controller version v0.1.1-rc2 (e423eda3) installed into namespace rio-system | |
Please make sure all the system pods are actually running. Run `kubectl get po -n rio-system` to get more detail. | |
Controller logs are available from `rio systemlogs` | |
Welcome to Rio! | |
Run `rio run https://github.com/rancher/rio-demo` as an example | |
rio controller version v0.1.1-rc2 (e423eda3) installed into namespace rio-system | |
Please make sure all the system pods are actually running. Run `kubectl get po -n rio-system` to get more detail. | |
Controller logs are available from `rio systemlogs` | |
Welcome to Rio! | |
Run `rio run https://github.com/rancher/rio-demo` as an example | |
root@emreozkan2c:/home/cloud_user# rio run https://github.com/rancher/rio-demo | |
default/vigorous-payne1:v0 | |
root@emreozkan2c:/home/cloud_user# rio ps | |
root@emreozkan2c:/home/cloud_user# rio console | |
root@emreozkan2c:/home/cloud_user# rio info | |
Rio Version: v0.1.1-rc2 (e423eda3) | |
Rio CLI Version: v0.1.1-rc2 (e423eda3) | |
Cluster Domain: g6gfg6.on-rio.io | |
Cluster Domain IPs: 172.31.120.57 | |
System Namespace: rio-system | |
System Components: | |
Autoscaler status: running | |
BuildController status: running | |
BuildKit status: running | |
CertManager status: running | |
Grafana status: running | |
IstioCitadel status: running | |
IstioPilot status: running | |
IstioTelemetry status: running | |
Kiali status: running | |
Prometheus status: running | |
Registry status: running | |
Webhook status: running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment