Files
kubernetes/test/e2e_node/jenkins
Michael Taufen 6443b6f543 Removal of KubeletConfigFile feature gate: Step 1
This feature gate was redundant with the `--config` flag, which already
enables/disables loading Kubelet config from a file.

Since the gate guarded an alpha feature, removing it is not a violation
of our API guidelines.

Some stuff in `kubernetes/test-infra` currently sets the gate,
so removing will be a 3 step process:
1. This PR, which makes the gate a no-op.
2. Stop setting the gate in `kubernetes/test-infra`.
3. Completely remove the gate.
2018-01-24 10:19:15 -08:00
..
2017-10-20 16:10:13 -07:00

Node e2e job migration notice:

Sig-testing is actively migrating node e2e jobs from Jenkins to Prow, and we are moving *.property and image-config.yaml files to test-infra

If you want to update those files, please also update them in test-infra.

If you have any questions, please contact @krzyzacy or #sig-testing.

Here's where the existing node e2e job config live:

Image config files

Node test job args (.properties equivalent)