forked from kubernetes-sigs/kubespray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add markdown CI (kubernetes-sigs#5380)
- Loading branch information
1 parent
b1fbead
commit a9b67d5
Showing
41 changed files
with
572 additions
and
512 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
MD013: false |
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 |
---|---|---|
@@ -1,23 +1,22 @@ | ||
Atomic host bootstrap | ||
===================== | ||
# Atomic host bootstrap | ||
|
||
Atomic host testing has been done with the network plugin flannel. Change the inventory var `kube_network_plugin: flannel`. | ||
|
||
Note: Flannel is the only plugin that has currently been tested with atomic | ||
|
||
### Vagrant | ||
## Vagrant | ||
|
||
* For bootstrapping with Vagrant, use box centos/atomic-host or fedora/atomic-host | ||
* For bootstrapping with Vagrant, use box centos/atomic-host or fedora/atomic-host | ||
* Update VagrantFile variable `local_release_dir` to `/var/vagrant/temp`. | ||
* Update `vm_memory = 2048` and `vm_cpus = 2` | ||
* Networking on vagrant hosts has to be brought up manually once they are booted. | ||
|
||
``` | ||
```ShellSession | ||
vagrant ssh | ||
sudo /sbin/ifup enp0s8 | ||
``` | ||
|
||
* For users of vagrant-libvirt download centos/atomic-host qcow2 format from https://wiki.centos.org/SpecialInterestGroup/Atomic/Download/ | ||
* For users of vagrant-libvirt download fedora/atomic-host qcow2 format from https://dl.fedoraproject.org/pub/alt/atomic/stable/ | ||
* For users of vagrant-libvirt download centos/atomic-host qcow2 format from <https://wiki.centos.org/SpecialInterestGroup/Atomic/Download/> | ||
* For users of vagrant-libvirt download fedora/atomic-host qcow2 format from <https://dl.fedoraproject.org/pub/alt/atomic/stable/> | ||
|
||
Then you can proceed to [cluster deployment](#run-deployment) |
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.