Skip to content

Commit

Permalink
Update k8s.go
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos authored Apr 11, 2024
1 parent b8c5252 commit 28c46b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func StartK8S(
args = append(args, "--authentication-kubeconfig=/data/pki/controller-manager.conf")
args = append(args, "--authorization-kubeconfig=/data/pki/controller-manager.conf")
args = append(args, "--bind-address=127.0.0.1")
args = append(args, "--client-ca-file="+vConfig.VirtualClusterKubeConfig().ServerCACert)
args = append(args, "--client-ca-file="+vConfig.VirtualClusterKubeConfig().ClientCACert)
args = append(args, "--cluster-name=kubernetes")
args = append(args, "--cluster-signing-cert-file="+vConfig.VirtualClusterKubeConfig().ServerCACert)
args = append(args, "--cluster-signing-key-file="+vConfig.VirtualClusterKubeConfig().ServerCAKey)
Expand Down

0 comments on commit 28c46b7

Please sign in to comment.