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 5b258a9 commit 7825ae7Copy full SHA for 7825ae7
keps/NNNN-kep-template/README.md
@@ -303,6 +303,13 @@ extending the production code to implement this enhancement.
303
304
##### Integration tests
305
306
+<!--
307
+Integration tests are contained in k8s.io/kubernetes/test/integration.
308
+Integration tests allow control of the configuration parameters used to start the binaries under test.
309
+This is different from e2e tests which do not allow configuration of parameters.
310
+Doing this allows testing non-default options and multiple different and potentially conflicting command line options.
311
+-->
312
+
313
<!--
314
This question should be filled when targeting a release.
315
For Alpha, describe what tests will be added to ensure proper quality of the enhancement.
0 commit comments