Skip to content

Commit

Permalink
Merge pull request #10 from onedr0p/main
Browse files Browse the repository at this point in the history
upstream
  • Loading branch information
gdoteof committed Jun 14, 2023
2 parents abb6fc3 + 4103975 commit 23b2766
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .taskfiles/AnsibleTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ tasks:
cmds:
- ansible all -i {{.ANSIBLE_INVENTORY_DIR}}/hosts.yml --one-line -a 'uptime'

rollout-reboot:
desc: Rollout a reboot across all the k8s nodes
dir: "{{.ANSIBLE_DIR}}"
cmds:
- ansible-playbook -i {{.ANSIBLE_INVENTORY_DIR}}/hosts.yml {{.ANSIBLE_PLAYBOOK_DIR}}/cluster-rollout-reboot.yml

force-reboot:
desc: Reboot all the k8s nodes
dir: "{{.ANSIBLE_DIR}}"
Expand Down
10 changes: 10 additions & 0 deletions ansible/playbooks/cluster-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@
kind: HelmChart
namespace: kube-system
state: absent
- name: Remove finializers on the Cilium HelmChart
kubernetes.core.k8s:
kubeconfig: /etc/rancher/k3s/k3s.yaml
name: cilium
kind: HelmChart
namespace: kube-system
state: patched
definition:
metadata:
finalizers: []

# Cleaning up certain manifests from the /var/lib/rancher/k3s/server/manifests directory
# is needed because k3s has an awesome "feature" to always re-deploy them when the k3s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/reloader/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: reloader
version: 1.0.27
version: 1.0.28
sourceRef:
kind: HelmRepository
name: stakater
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: grafana
version: 6.57.1
version: 6.57.2
sourceRef:
kind: HelmRepository
name: grafana
Expand Down

0 comments on commit 23b2766

Please sign in to comment.