Skip to content

Commit

Permalink
Removed Pull secret and updated k3s version (#283)
Browse files Browse the repository at this point in the history
The Pull secret used to pull calico installation images is no longer
necessary as we do not have anymore limits on pulls. Furthermore I
updated the k3s version in the playbook to 1.23.17-- the version
currently used in prod.
  • Loading branch information
JOUNAIDSoufiane authored Apr 19, 2024
1 parent d2fcd76 commit 3f4f36b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion roles/k3s/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
k3s_version: v1.22.5+k3s1
k3s_version: v1.23.17+k3s1
k3s_port: 6443
k3s_server_location: /var/lib/rancher/k3s
k3s_conf_location: /etc/rancher/k3s
Expand Down
6 changes: 0 additions & 6 deletions roles/k3s/templates/calico-custom-resources.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ spec:
# which adds a 20-byte overhead. The underlying Wireguard interface has an MTU of
# 1420 configured, so we subtract 20 to get 1400.
mtu: 1400
# TODO(jason): remove this when we have a pull-through cache deployed
# Pull control plane images for Calico from our private registry to avoid rate limits.
imagePullSecrets:
- name: chi-readonly-secret
registry: docker.chameleoncloud.org/

---

Expand All @@ -44,4 +39,3 @@ kind: APIServer
metadata:
name: default
spec: {}

0 comments on commit 3f4f36b

Please sign in to comment.