RKE 0.16 / Docker 18.06 for ONAP installation - migrate from Rancher for Dublin - script support

Description

https://github.com/rancher/rke

https://rancher.com/docs/rke/v0.1.x/en/example-yamls/#minimal-cluster-yml-example

20190225: RKE system up via https://wiki.onap.org/display/DW/OOM+RKE+Kubernetes+Deployment
and

+) 20190224 test config
doc in https://wiki.onap.org/display/DW/OOM+RKE+Kubernetes+Deployment

  1. install docker
    curl https://releases.rancher.com/install-docker/17.03.sh | sh

  2. install rke
    sudo wget https://github.com/rancher/rke/releases/download/v0.1.15/rke_linux-amd64
    mv rke_linux-amd64 rke
    sudo mv ./rke /usr/local/bin/rke

  3. copy your private ssh key to the VMs

  4. provision a static EIP/VIP - optionally register a domain name

  5. edit cluster.yaml

  6. run rke up
    sudo rke up --config cluster2.yaml

  7. install kubectl
    https://git.onap.org/logging-analytics/tree/deploy/rancher/oom_rancher_setup.sh#n97

  8. test cluster

  1. RBAC lockdown cluster

 

Attachments

1

Activity

Show:

Former user February 25, 2019 at 8:30 PM

collocated cluster state

Former user February 20, 2019 at 3:46 PM

Dup of

Former user February 12, 2019 at 5:47 PM
Edited

rke.onap.info (AWS)
rke.onap.cloud (Azure)

follow https://rancher.com/docs/rke/v0.1.x/en/installation/

Duplicate

Details

Assignee

Reporter

Sprint

Fix versions

Priority

Created November 5, 2018 at 2:28 PM
Updated July 10, 2019 at 5:38 PM
Resolved February 20, 2019 at 3:46 PM
Loading...