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 0360da3 commit d263ca5Copy full SHA for d263ca5
pkg/clusterapi/localcontrolplane.go
@@ -76,6 +76,11 @@ func (c *localControlPlane) Run(ctx context.Context) error {
76
BinaryAssetsDirectory: c.BinDir,
77
ControlPlaneStartTimeout: 10 * time.Second,
78
ControlPlaneStopTimeout: 10 * time.Second,
79
+ ControlPlane: envtest.ControlPlane{
80
+ Etcd: &envtest.Etcd{
81
+ DataDir: c.BinDir,
82
+ },
83
84
}
85
var err error
86
c.Cfg, err = c.Env.Start()
0 commit comments