mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-29 12:12:38 +01:00
Compare commits
4 Commits
475804ed22
...
273fd2e42d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
273fd2e42d | ||
|
|
359401c124 | ||
|
|
e48bb6df26 | ||
|
|
36893c27fb |
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
|
||||||
- name: Ensure SHA pinned actions
|
- name: Ensure SHA pinned actions
|
||||||
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@74606c30450304eee8660aae751818321754feb1 # 3.0.9
|
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b88cd0aad2c36a63e42c71f81cb1958fed95ac87 # 3.0.10
|
||||||
with:
|
with:
|
||||||
allowlist: |
|
allowlist: |
|
||||||
aws-actions/
|
aws-actions/
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload log files
|
- name: Upload log files
|
||||||
if: always() # do this even if a step before has failed
|
if: always() # do this even if a step before has failed
|
||||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
|
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # 4.3.4
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
bpf_lb_algorithm: maglev
|
bpf_lb_algorithm: maglev
|
||||||
bpf_lb_mode: hybrid
|
bpf_lb_mode: hybrid
|
||||||
|
|
||||||
calico_blockSize: 26
|
calico_blockSize: 26 # noqa var-naming
|
||||||
calico_ebpf: false
|
calico_ebpf: false
|
||||||
calico_encapsulation: VXLANCrossSubnet
|
calico_encapsulation: VXLANCrossSubnet
|
||||||
calico_natOutgoing: Enabled
|
calico_natOutgoing: Enabled # noqa var-naming
|
||||||
calico_nodeSelector: all()
|
calico_nodeSelector: all() # noqa var-naming
|
||||||
calico_tag: v3.27.2
|
calico_tag: v3.27.2
|
||||||
|
|
||||||
cilium_bgp: false
|
cilium_bgp: false
|
||||||
cilium_exportPodCIDR: true
|
cilium_exportPodCIDR: true # noqa var-naming
|
||||||
cilium_bgp_my_asn: 64513
|
cilium_bgp_my_asn: 64513
|
||||||
cilium_bgp_peer_asn: 64512
|
cilium_bgp_peer_asn: 64512
|
||||||
cilium_bgp_lb_cidr: 192.168.31.0/24
|
cilium_bgp_lb_cidr: 192.168.31.0/24
|
||||||
|
|||||||
Reference in New Issue
Block a user