We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c2503 commit 1cafd93Copy full SHA for 1cafd93
e2e/templates/agent/serviceaccount.yaml
@@ -0,0 +1,7 @@
1
+apiVersion: v1
2
+kind: ServiceAccount
3
+metadata:
4
+ name: konnectivity-agent
5
+ namespace: kube-system
6
+ labels:
7
+ kubernetes.io/cluster-service: "true"
go.mod
@@ -2,8 +2,6 @@ module sigs.k8s.io/apiserver-network-proxy
go 1.22.3
-toolchain go1.22.4
-
require (
8
github.com/google/uuid v1.6.0
9
github.com/prometheus/client_golang v1.19.1
0 commit comments