Skip to content

Commit

Permalink
Update Kind config to latest 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Apr 6, 2024
1 parent a7f6e03 commit 760dfe1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 31 deletions.
1 change: 1 addition & 0 deletions test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function convert_to_tools_ver {
"1.26") echo "1.26.0";;
"1.27") echo "1.27.1";;
"1.28") echo "1.28.3";;
"1.29") echo "1.29.2";;
*)
echo "k8s version $k8s_ver not supported"
exit 1
Expand Down
30 changes: 0 additions & 30 deletions test/e2e/kind-config-v1.18.yaml

This file was deleted.

1 change: 0 additions & 1 deletion test/e2e/kind-config-v1.19.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions test/e2e/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,17 @@

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
metadata:
name: config
apiServer:
extraArgs:
"service-account-signing-key-file": /etc/kubernetes/pki/sa.key
"service-account-key-file": /etc/kubernetes/pki/sa.pub
"service-account-issuer": api
"service-account-api-audiences": api,vault,factors

0 comments on commit 760dfe1

Please sign in to comment.