Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Pull secret and updated k3s version #283

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: {}

Loading