aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/playbooks/k8s.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ansible/playbooks/k8s.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/playbooks/k8s.yml b/ansible/playbooks/k8s.yml
new file mode 100644
index 0000000..08a1c45
--- /dev/null
+++ b/ansible/playbooks/k8s.yml
@@ -0,0 +1,8 @@
+---
+- name: Deploy a Production Ready Kubernetes Cluster
+ hosts: all
+ become: true
+
+# Import kubespray playbook to deploy k8s cluster
+- import_playbook: ../kubespray/cluster.yml
+...
DetailTopAnimeController.kt and the activity are working fine.Clyhtsuriva2-89/+111 2021-05-13Redefining how the controller is started.Clyhtsuriva2-5/+2 2021-05-13DetailTopMangaController.kt and the activity are working fine.Clyhtsuriva2-91/+116 2021-05-12creating empty controller files for detail pagesClyhtsuriva4-0/+12 2021-05-12creating anime and manga packages for controllersClyhtsuriva8-8/+8