Hi, I try to deploy the stratos on k8s at first,and not the VM(such as openstack),so i follow the steps below;
You can setup a Kubernetes cluster using one of the following approaches: Click here to instructions... When working in a productions environment, setup the Kubernetes cluster based on your environment requirements. For more information, see the Kubernetes <http://kubernetes.io/docs/getting-started-guides/> documentation. Kubernetes on Vagrant <https://cwiki.apache.org/confluence/display/STRATOS/4.1.x+Deploying+Stratos+on+a+Preferred+IaaS#>Kubernetes on EC2 <https://cwiki.apache.org/confluence/display/STRATOS/4.1.x+Deploying+Stratos+on+a+Preferred+IaaS#> Prerequisites Before starting, download and install the following prerequisites: Vagrant 1.7.2+ <https://www.vagrantup.com/> Virtualbox 4.3.20+ <https://www.virtualbox.org/> Wget <http://www.gnu.org/software/wget> Follow the instructions below to setup Kubernetes with Vagrant: Clone the following Vagrant Git repository. This folder is referred to as <VAGRANT_KUBERNETES_SETUP>. git clone https://github.com/imesh/kubernetes-vagrant-setup.git Disable DHCP server in VirtualBox: VBoxManage dhcpserver remove --netname HostInterfaceNetworking-vboxnet0 Start a new Kubernetes cluster using the following command, which will start one master node and one minion: run.sh Then when i run the script run.sh it shows that i should pull an docker images . But i do not know which docker images to pull.Help me!