You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EnvtestConfig.binaries and EnvtestConfig.etcdURL are
now optional — they are absent when attached to an existing cluster.
Strict-TypeScript consumers dereferencing config.binaries.* or
config.etcdURL must add a guard (or non-null assertion), even if they
never opt into useExistingCluster.