Skip to content

Commit ab4d09f

Browse files
committed
Add explicit note about running kitchen converge twice
1 parent 6bba988 commit ab4d09f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ The test-kitchen instances in `test/fixtures/` wrap identically-named examples i
261261

262262
1. `kitchen create` creates Terraform state and downloads modules, if applicable.
263263
2. `kitchen converge` creates the underlying resources. Run `kitchen converge <INSTANCE_NAME>` to create resources for a specific test case.
264+
3. Run `kitchen converge` again. This is necessary due to an oddity in how `networkPolicyConfig` is handled by the upstream API.
264265
3. `kitchen verify` tests the created infrastructure. Run `kitchen verify <INSTANCE_NAME>` to run a specific test case.
265266
4. `kitchen destroy` tears down the underlying resources created by `kitchen converge`. Run `kitchen destroy <INSTANCE_NAME>` to tear down resources for a specific test case.
266267

0 commit comments

Comments
 (0)