Skip to content

Commit

Permalink
CI: cleanup vars identical to kubespray defaults (#11903)
Browse files Browse the repository at this point in the history
VannTen authored Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0e91000 commit d2e51e7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/common_vars.yml
Original file line number Diff line number Diff line change
@@ -8,9 +8,6 @@ unsafe_show_logs: true
docker_registry_mirrors:
- "https://mirror.gcr.io"

containerd_grpc_max_recv_message_size: 16777216
containerd_grpc_max_send_message_size: 16777216

containerd_registries_mirrors:
- prefix: docker.io
mirrors:
@@ -20,9 +17,6 @@ containerd_registries_mirrors:
- host: https://registry-1.docker.io
capabilities: ["pull", "resolve"]
skip_verify: false

containerd_max_container_log_line_size: 16384

crio_registries:
- prefix: docker.io
insecure: false

1 comment on commit d2e51e7

@modyngs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Does it work on ubuntu server 24.04, k8s version 1.31.4?

I'm in the openstack and created some instances (about 6) to have three master and 3 worker nodes!
But i'm stucked with release 2.27 and wanted to try this one!
Please let me know

Please sign in to comment.