mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-11 06:29:38 -02:30
New playbooks for k8s service and examples
- kubedns moved to playbooks dir - new ansible playbooks added for kubedash and kube-dashboard - examples for k8s deployments and services added
This commit is contained in:
5
playbooks/kubedash.yaml
Normal file
5
playbooks/kubedash.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: kube-master
|
||||
tasks:
|
||||
- name: setup-kubedns
|
||||
shell: kpm deploy kube-system/kubedash --namespace=kube-system
|
||||
run_once: true
|
||||
5
playbooks/kubedashboard.yaml
Normal file
5
playbooks/kubedashboard.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: kube-master
|
||||
tasks:
|
||||
- name: setup-kubedns
|
||||
shell: kpm deploy kube-system/kubernetes-dashboard --namespace=kube-system
|
||||
run_once: true
|
||||
5
playbooks/kubedns.yaml
Normal file
5
playbooks/kubedns.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: kube-master
|
||||
tasks:
|
||||
- name: setup-kubedns
|
||||
shell: kpm deploy kube-system/kubedns --namespace=kube-system
|
||||
run_once: true
|
||||
Reference in New Issue
Block a user