kubernetes/test/e2e_node/runner
Sascha Grunert 85106dc327
Allow SSH e2e node base64 key injection
With the change of the CRI-O jobs to use butane, we now have a
verification for base64 data urls in place. This means that the
following URL is invalid:

```
data:text/plain;base64,GCE_SSH_PUBLIC_KEY_FILE_CONTENT
```

This means we have to pass valid base64 to the URL. To fix that, we now
allow to inject SSH key values with both, the
`GCE_SSH_PUBLIC_KEY_FILE_CONTENT` field and its base64 encoded variant.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-02-09 16:17:11 +01:00
..
local e2e_node: support passing kubelet-config-file to local runs 2021-11-02 15:10:29 +01:00
remote Allow SSH e2e node base64 key injection 2023-02-09 16:17:11 +01:00