Commit d8221ac
authored
Fix extra slash in
During the reverse engineering of the GCP and AWS providers I erroneously assumed the provider IDs needs three slashes behind `cloudscale:`. In reality it is `gcp://`+`/instance` for those providers. Cloudscale does not have this extra slash.
All machines should be updated to the correct ID on the first reconcile with the fixed code. Node objects get the correct ID from the cloudscale CCM already.Machine.spec.providerID (#26)1 parent e32ee25 commit d8221ac
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| |||
0 commit comments