Skip to content

Commit 892869d

Browse files
committed
Fix typo in remove inventory and switch to stable release of CoreOS
1 parent 6f82833 commit 892869d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/k8s-remove/tasks/delete_inv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create inventory file
1+
# Removes inventory file
22

33
- name: Remove old inventory
44
file: path=./inventory state=absent

roles/k8s/templates/k8s-master.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,5 @@ coreos:
203203
RestartSec=10
204204

205205
update:
206-
group: alpha
206+
group: stable
207207
reboot-strategy: off

roles/k8s/templates/k8s-node.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ coreos:
9494
Restart=always
9595
RestartSec=10
9696
update:
97-
group: alpha
97+
group: stable
9898
reboot-strategy: off

0 commit comments

Comments
 (0)