This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: copyediting, implement dev suggestions
- Loading branch information
csymons-suse
committed
May 30, 2019
1 parent
59293ad
commit 8df02ea
Showing
6 changed files
with
36 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,11 +68,12 @@ Deployer. Set up your workspace with the following steps: | |
export SOCOK8S_WORKSPACE_BASEDIR=~/socok8s-workspace | ||
Cloning repository | ||
----------------------- | ||
Cloning the repository | ||
---------------------- | ||
|
||
To get started, clone the socok8s GitHub repository. This repository uses | ||
submodules, so you need to get all the code to make sure the playbooks work. | ||
To get started, clone the `socok8s GitHub repository <https://github.com/SUSE-Cloud/socok8s>`_. | ||
This repository uses submodules, so you need to get all the code to make sure | ||
the playbooks work. | ||
|
||
:: | ||
|
||
|
@@ -93,7 +94,7 @@ Platform worker node. | |
|
||
.. note :: | ||
1. To generate the key, you can use ssh-keygen -t rsa | ||
1. To generate the key, use ssh-keygen -t rsa | ||
2. To copy the ssh key to each node, use the ssh-copy-id command, | ||
for example: ssh-copy-id [email protected] | ||
|
@@ -176,7 +177,3 @@ You can improve SSH connections by enabling pipelining: | |
[ssh_connection] | ||
pipelining = True | ||
EOF | ||
With this done, continue your deployment with the | ||
:ref:`configuredeployment` page. |
This file contains 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