Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 095b47f

Browse files
committed
updated kind action version, kind version, and node image version and
python versions. Fix https://github.com/kubernetes-client/python/actions/runs/3992341088/jobs/6848101335
1 parent 2a27133 commit 095b47f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/e2e-master.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8, 3.9]
16+
python-version: [3.7, 3.8, 3.9]
1717
steps:
1818
- uses: actions/checkout@v3
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.4.0
22+
uses: helm/kind-action@v1.5.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-master-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up
2626
# this needs to be updated whenever a new Kind version is released
27-
version: v0.11.1
27+
version: v0.17.0
2828
# Update the config here whenever a new client snapshot is performed
2929
# This would eventually point to cluster with the latest Kubernetes version
3030
# as we sync with Kubernetes upstream
31-
config: .github/workflows/kind-configs/cluster-1.18.yaml
31+
config: .github/workflows/kind-configs/cluster-1.25.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v4
3434
with:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: Cluster
2+
apiVersion: kind.x-k8s.io/v1alpha4
3+
nodes:
4+
- role: control-plane
5+
image: kindest/node:v1.25.3@sha256:f1de3b0670462f43280114eccceab8bf1b9576d2afe0582f8f74529da6fd0365
6+
- role: worker
7+
image: kindest/node:v1.25.3@sha256:f1de3b0670462f43280114eccceab8bf1b9576d2afe0582f8f74529da6fd0365

0 commit comments

Comments
 (0)