Skip to content

Commit

Permalink
kops: change default networking to cilium
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Nov 11, 2022
1 parent 7de09a0 commit 9764200
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 70 deletions.
6 changes: 3 additions & 3 deletions config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# Returns a string representing the periodic prow job and the number of job invocations per week
def build_test(cloud='aws',
distro='u2204',
networking='kubenet',
networking='cilium',
container_runtime='containerd',
irsa=True,
k8s_version='ci',
Expand Down Expand Up @@ -232,7 +232,7 @@ def build_test(cloud='aws',
def presubmit_test(branch='master',
cloud='aws',
distro='u2004',
networking='kubenet',
networking='cilium',
container_runtime='containerd',
irsa=True,
k8s_version='stable',
Expand Down Expand Up @@ -737,7 +737,7 @@ def generate_distros():
]
results.append(
build_test(distro=distro_short,
networking='kubenet',
networking='cilium',
k8s_version='stable',
kops_channel='alpha',
name_override=f"kops-aws-distro-{distro}",
Expand Down
Loading

0 comments on commit 9764200

Please sign in to comment.