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
In this repo, main module will deploy ConfigMap on namespace test, which is to be created by cfg1 module. main is dependent on cfg1, so cfg1 is supposed to deploy Namespace resource before main, but it does not happens.
Expected behavior
When the module main depends on the module cfg1 and you run skaffold run, cfg1 must be deployed first and then main.
Minimum reproduction config: https://github.com/aiotter/skaffold-issue-requires
In this repo,
main
module will deployConfigMap
on namespacetest
, which is to be created bycfg1
module.main
is dependent oncfg1
, socfg1
is supposed to deployNamespace
resource beforemain
, but it does not happens.Expected behavior
When the module
main
depends on the modulecfg1
and you runskaffold run
,cfg1
must be deployed first and thenmain
.Actual behavior
Under some conditions,
cfg1
is deployed first.Information
Steps to reproduce the behavior
git clone https://github.com/aiotter/skaffold-issue-requires
skaffold run
btw I don't understand why skaffold is referring to minikube in the log above.
I don't use minikube but OrbStack in the current kubectl config.
The text was updated successfully, but these errors were encountered: