Skip to content

Commit 5f6f57e

Browse files
Update and rename README.md to quick_start_guide.md
1 parent 368c61e commit 5f6f57e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/README.md renamed to docs/quick_start_guide.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# kubernetes-in-FiwareLab
2-
This repository has set of ansible playbooks created to setup a kubernetes cluster fully automated with one master and multiple worker nodes. This will work on Fiware-Lab VMs. This has been tested and verified on Centos 7.9 64 bit operating systems with Kernel 5.12.10-1.el7.elrepo.x86_64 and Ubuntu 16.04 64 bit operating systems with Kernel Linux 4.4.0-210-generic.
3-
41
# Prerequisites
52
1. At least three VMs are required for K8s deployment.
63
2. Servers required:
@@ -51,15 +48,6 @@ To fix these errors run below commands on master node:
5148

5249
kubeadm reset
5350
iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X
54-
55-
# Files in this repository
56-
1. **ansible.cfg** - Ansible configuration file created locally.
57-
2. **hosts** - Ansible Inventory File
58-
3. **env_variables** - Main environment variable file where we have to specify based on our environment.
59-
4. **settingup_kubernetes_cluster.yml** - Ansible Playbook to perform prerequisites ready, setting up nodes, configure master node.
60-
5. **configure_worker_nodes.yml** - Ansible Playbook to join worker nodes with master node.
61-
6. **clear_k8s_setup.yml** - Ansible Playbook helps to delete entire configurations from all nodes.
62-
7. **playbooks** – It’s a directory holds all playbooks.
6351

6452
# Deploy Fiware GEs using HELM
6553
1. To make use of the charts, you may add the repository:

0 commit comments

Comments
 (0)