-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update inventory usage with example yaml and builtin inventory directory - Generalizing cloud environment names - Remove no longer needed GENESTACK_PRODUCT environment
- Loading branch information
Showing
13 changed files
with
66 additions
and
189 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,10 +123,10 @@ The lab deployment playbook will build an environment suitable for running Genes | |
|
||
### SSH to lab | ||
|
||
If you have not set your .ssh config do not forget to put in your path for your openstack-flex-keypair. Your Ip will be present after running the infra-deploy.yaml. | ||
If you have not set your .ssh config do not forget to put in your path for your openstack-keypair. Your Ip will be present after running the infra-deploy.yaml. | ||
|
||
``` shell | ||
ssh -i /path/to/.ssh/openstack-flex-keypair.key [email protected] | ||
ssh -i /path/to/.ssh/openstack-keypair.key [email protected] | ||
``` | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,12 @@ | ||
# Retrieving the Kube Config | ||
|
||
!!! note | ||
This step is optional once the `setup-kubernetes.yml` playbook has been used to deploy Kubernetes | ||
|
||
Once the environment is online, proceed to login to the environment and begin the deployment normally. You'll find the launch node has everything needed, in the places they belong, to get the environment online. | ||
|
||
|
||
|
||
## Install `kubectl` | ||
|
||
Install the `kubectl` tool. | ||
|
@@ -34,7 +39,7 @@ Retrieve the kube config from our first controller. | |
|
||
``` shell | ||
mkdir -p ~/.kube | ||
rsync -e "ssh -F ${HOME}/.ssh/openstack-flex-keypair.config" \ | ||
rsync -e "ssh -F ${HOME}/.ssh/openstack-keypair.config" \ | ||
--rsync-path="sudo rsync" \ | ||
-avz [email protected]:/root/.kube/config "${HOME}/.kube/config" | ||
``` | ||
|
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
Oops, something went wrong.