You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "YoungWoo Kim (Jira)" <ji...@apache.org> on 2019/10/14 02:50:00 UTC

[jira] [Commented] (BIGTOP-3238) Local muti-node cluster via vagrant and kubespray

    [ https://issues.apache.org/jira/browse/BIGTOP-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16950673#comment-16950673 ] 

YoungWoo Kim commented on BIGTOP-3238:
--------------------------------------

It's cumbersome for now. I'll refine further. e.g., process automation via gradle...

{noformat}
## Set up 3-Node Kubernetes cluster via Kubespray on local machine
```
$ cd $BIGTOP_HOME
$ ./gradlew kubespray-clean kubespray-download && cd dl/ && tar xvfz kubespray-2.11.0.tar.gz
$ cd dl/kubespray-2.11.0/ && cp ../../kubespray/vagrant/Vagrantfile .
$ vagrant up
```
{noformat}

> Local muti-node cluster via vagrant and kubespray
> -------------------------------------------------
>
>                 Key: BIGTOP-3238
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3238
>             Project: Bigtop
>          Issue Type: Sub-task
>            Reporter: YoungWoo Kim
>            Assignee: YoungWoo Kim
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)