Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Sep 25, 2024
1 parent 061f671 commit cf185c9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions src/k8s/pkg/k8sd/setup/auth-token-webhook.conf

This file was deleted.

1 change: 0 additions & 1 deletion src/k8s/pkg/k8sd/setup/k8s_apiserver_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func TestK8sApiServerProxy(t *testing.T) {
s := mustSetupSnapAndDirectories(t, setKubeletMock)
s.Mock.Hostname = "dev"

// Call the kubelet control plane setup function
g.Expect(setup.K8sAPIServerProxy(s, nil, "[2001:db8::]", nil)).To(Succeed())

tests := []struct {
Expand Down
1 change: 0 additions & 1 deletion src/k8s/pkg/k8sd/setup/kube_apiserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ func TestKubeAPIServer(t *testing.T) {
s := mustSetupSnapAndDirectories(t, setKubeletMock)
s.Mock.Hostname = "dev"

// Call the kubelet control plane setup function
g.Expect(setup.KubeAPIServer(s, net.ParseIP("2001:db8::"), "fd98::/108", "https://auth-webhook.url", false, types.Datastore{Type: utils.Pointer("k8s-dqlite")}, "Node,RBAC", nil)).To(Succeed())

tests := []struct {
Expand Down
1 change: 0 additions & 1 deletion src/k8s/pkg/k8sd/setup/kube_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func TestKubeProxy(t *testing.T) {
s := mustSetupSnapAndDirectories(t, setKubeletMock)
s.Mock.Hostname = "dev"

// Call the kubelet control plane setup function
g.Expect(setup.KubeProxy(context.Background(), s, "dev", "fd98::/108", "[::1]", nil)).To(BeNil())

tests := []struct {
Expand Down

0 comments on commit cf185c9

Please sign in to comment.