Skip to content

Commit

Permalink
Updating to 1-29-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Pelchat committed Jan 10, 2024
1 parent 1447657 commit c0fe7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions instruqt-tracks/kubernetes-cluster/config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
version: "3"
virtualmachines:
- name: worker1
image: instruqt/k3s-v1-27-1
image: instruqt/k3s-v1-29-0
shell: /bin/bash
environment:
K3S_CONTROL_PLANE_HOSTNAME: server
K3S_TOKEN: superSecur3T0ken
machine_type: n1-standard-1
- name: server
image: instruqt/k3s-v1-27-1
image: instruqt/k3s-v1-29-0
shell: /bin/bash
environment:
K3S_TOKEN: superSecur3T0ken
machine_type: n1-standard-1
- name: worker2
image: instruqt/k3s-v1-27-1
image: instruqt/k3s-v1-29-0
shell: /bin/bash
environment:
K3S_CONTROL_PLANE_HOSTNAME: server
Expand Down
2 changes: 1 addition & 1 deletion instruqt-tracks/kubernetes/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3"
virtualmachines:
- name: kubernetes-vm
image: instruqt/k3s-v1-27-1
image: instruqt/k3s-v1-29-0
shell: /bin/bash
machine_type: n1-standard-2

0 comments on commit c0fe7aa

Please sign in to comment.