Commit 8223a0a
Configure separate SSH key for Windows instances in staging (#9592)
- Add aws-win-ssh-key ExternalSecret in staging-downstream/external-secrets.yaml
- Set ssh-secret: "aws-win-ssh-key" in archDefaults.windows-amd64 for staging
- Update host-config template to use archDefaults for Windows ssh-secret
This allows Windows instances to use a dedicated SSH key (aws-win-ssh-key)
instead of the default Linux SSH key (aws-ssh-key) in staging environment.
The idea is to avoid the error:
"Error allocating host: failed to launch EC2 instance for
podman-desktop-on-pull-request-lppsx-build-windows-native:
operation error EC2: RunInstances, https response error
StatusCode: 400,
RequestID: 077f7a6e-a980-454b-80dd-78bc28f4ac71,
api error Unsupported: ED25519 key pairs are not supported
with Windows AMIs. Choose a different key pair type and try again."
Co-authored-by: Gal Ben Haim <[email protected]>1 parent 6cc85a9 commit 8223a0a
File tree
3 files changed
+25
-1
lines changed- components/multi-platform-controller
- base/host-config-chart/templates
- staging-downstream
3 files changed
+25
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
1131 | | - | |
| 1131 | + | |
1132 | 1132 | | |
1133 | 1133 | | |
1134 | 1134 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
47 | 70 | | |
48 | 71 | | |
49 | 72 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments