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
This commit is contained in:
parent
2a27133f7e
commit
095b47f628
8
.github/workflows/e2e-master.yaml
vendored
8
.github/workflows/e2e-master.yaml
vendored
@ -13,22 +13,22 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Create Kind Cluster
|
||||
uses: helm/kind-action@v1.4.0
|
||||
uses: helm/kind-action@v1.5.0
|
||||
with:
|
||||
cluster_name: kubernetes-python-e2e-master-${{ matrix.python-version }}
|
||||
# The kind version to be used to spin the cluster up
|
||||
# this needs to be updated whenever a new Kind version is released
|
||||
version: v0.11.1
|
||||
version: v0.17.0
|
||||
# Update the config here whenever a new client snapshot is performed
|
||||
# This would eventually point to cluster with the latest Kubernetes version
|
||||
# as we sync with Kubernetes upstream
|
||||
config: .github/workflows/kind-configs/cluster-1.18.yaml
|
||||
config: .github/workflows/kind-configs/cluster-1.25.yaml
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
||||
7
.github/workflows/kind-configs/cluster-1.25.yaml
vendored
Normal file
7
.github/workflows/kind-configs/cluster-1.25.yaml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.25.3@sha256:f1de3b0670462f43280114eccceab8bf1b9576d2afe0582f8f74529da6fd0365
|
||||
- role: worker
|
||||
image: kindest/node:v1.25.3@sha256:f1de3b0670462f43280114eccceab8bf1b9576d2afe0582f8f74529da6fd0365
|
||||
Loading…
Reference in New Issue
Block a user