Add documentation about installing kubectl
Magnum does not work without kubectl. As as a result, it necessary to install it manually from prebuilt binaries shipped by Google. Add documentation to that effect in the dev quickstart guide. Change-Id: I7f0058360db661cc7b56a967b5316717c52874c8
This commit is contained in:
@@ -23,7 +23,7 @@ Install prerequisites::
|
||||
# Fedora/RHEL:
|
||||
sudo yum install python-devel openssl-devel python-pip mysql-devel \
|
||||
libxml2-devel libxslt-devel postgresql-devel git \
|
||||
git-review libffi-devel gettext ipmitool
|
||||
git-review libffi-devel gettext
|
||||
|
||||
# openSUSE/SLE 12:
|
||||
sudo zypper install git git-review libffi-devel libmysqlclient-devel \
|
||||
@@ -99,6 +99,17 @@ deployment of baremetal nodes.
|
||||
This session has only been tested on Ubuntu 14.04 (Trusty) and Fedora 21.
|
||||
We recommend users to select one of them if it is possible.
|
||||
|
||||
NB: Magnum depends on a command line tool in kubernetes called kubectl
|
||||
to execute its operations with Kubernetes. We are addressing this in milestone
|
||||
#2 by implementing a native ReST client for Kubernetes. In the meantime, the
|
||||
required action is to install kubectl manually.
|
||||
|
||||
Install binary distribution of kubectl distributed by Google::
|
||||
|
||||
wget https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.7.0/kubernetes.tar.gz
|
||||
tar -xzvf kubernetes.tar.gz
|
||||
sudo cp -a kubernetes/platforms/linux/amd64/kubectl /usr/bin/kubectl
|
||||
|
||||
Clone DevStack::
|
||||
|
||||
cd ~
|
||||
|
||||
Reference in New Issue
Block a user