We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0120217 commit 8c77b3aCopy full SHA for 8c77b3a
.github/workflows/release.yaml
@@ -18,14 +18,16 @@ jobs:
18
with:
19
feature-gates: 'ValidatingAdmissionPolicy=true'
20
extra-config: 'apiserver.runtime-config=admissionregistration.k8s.io/v1alpha1'
21
- kubernetes-version: 1.26.0
+ kubernetes-version: 1.27.0
22
container-runtime: containerd
23
- uses: actions/setup-python@v4
24
25
python-version: '3.10'
26
- uses: azure/setup-kubectl@v3
27
- name: Running all control policy tests
28
run: |
29
+ kubectl version
30
+ pip install --upgrade pip
31
pip install -r requirements.txt
32
./scripts/run-all-control-tests.sh
33
0 commit comments