generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from tssurya/bump-kube-1.31
Bump to 1.31.2 kube
- Loading branch information
Showing
35 changed files
with
308 additions
and
813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ on: | |
workflow_dispatch: | ||
|
||
env: | ||
GO_VERSION: "1.22.0" | ||
K8S_VERSION: "v1.29.2" | ||
KIND_VERSION: "v0.22.0" | ||
GO_VERSION: "1.23" | ||
K8S_VERSION: "v1.31.2" | ||
KIND_VERSION: "v0.25.0" | ||
IMAGE_NAME: registry.k8s.io/networking/kube-network-policies | ||
KIND_CLUSTER_NAME: kind | ||
|
||
|
@@ -79,7 +79,7 @@ jobs: | |
/usr/local/bin/kubectl apply -f ./config/crd/experimental/policy.networking.k8s.io_adminnetworkpolicies.yaml | ||
/usr/local/bin/kubectl apply -f ./config/crd/experimental/policy.networking.k8s.io_baselineadminnetworkpolicies.yaml | ||
# install kube-network-policies | ||
/usr/local/bin/kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/kube-network-policies/v0.2.0/install-anp.yaml | ||
/usr/local/bin/kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/kube-network-policies/v0.6.1/install-anp.yaml | ||
- name: Get Cluster status | ||
run: | | ||
|
@@ -93,7 +93,7 @@ jobs: | |
- name: Run tests | ||
run: | | ||
go mod download | ||
go test -v ./conformance -run TestConformanceProfiles -args --conformance-profiles=AdminNetworkPolicy,BaselineAdminNetworkPolicy --organization=kubernetes --project=kube-network-policies --url=https://github.com/kubernetes-sigs/kube-network-policies --version=0.2.0 [email protected] --additional-info=https://github.com/kubernetes-sigs/kube-network-policies | ||
go test -v ./conformance -run TestConformanceProfiles -args --conformance-profiles=AdminNetworkPolicy,BaselineAdminNetworkPolicy --organization=kubernetes --project=kube-network-policies --url=https://github.com/kubernetes-sigs/kube-network-policies --version=0.6.1 [email protected] --additional-info=https://github.com/kubernetes-sigs/kube-network-policies | ||
- name: Upload Junit Reports | ||
if: always() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.