File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ provision:
4040 set -eux -o pipefail
4141 test -d ~/usernetes && exit 0
4242 cd ~
43- git clone --branch=gen2-v20240814 .0 https://github.com/rootless-containers/usernetes
43+ git clone --branch=gen2-v20251218 .0 https://github.com/rootless-containers/usernetes
4444 - mode : user
4545 script : |
4646 #!/bin/bash
@@ -55,18 +55,6 @@ provision:
5555 test -e ~/usernetes/kubeconfig && exit 0
5656 cd ~/usernetes
5757 export KUBECONFIG="$(pwd)/kubeconfig"
58- patch --forward -r - kubeadm-config.yaml <<EOF
59- @@ -7,6 +7,9 @@
60- ---
61- apiVersion: kubeadm.k8s.io/v1beta3
62- kind: ClusterConfiguration
63- +apiServer:
64- + certSANs:
65- + - "127.0.0.1"
66- networking:
67- serviceSubnet: "10.96.0.0/16"
68- podSubnet: "10.244.0.0/16"
69- EOF
7058 make up
7159 sleep 5
7260 make kubeadm-init
You can’t perform that action at this time.
0 commit comments