mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
operators: cleanup placeholder nodeversion (#1881)
* operators: cleanup placeholder nodeversion * e2e: improve upgrade test portability
This commit is contained in:
parent
025d34a259
commit
b3c052e299
12 changed files with 142 additions and 10 deletions
|
@ -13,4 +13,10 @@ const (
|
|||
ControlPlaneScalingGroupResourceName = "scalinggroup-controlplane"
|
||||
// WorkerScalingGroupResourceName resource name used for WorkerScaling.
|
||||
WorkerScalingGroupResourceName = "scalinggroup-worker"
|
||||
// PlaceholderImageName name of the OS image used if upgrades are not yet supported.
|
||||
PlaceholderImageName = "unsupportedCSP"
|
||||
// PlaceholderControlPlaneScalingGroupName name of the control plane scaling group used if upgrades are not yet supported.
|
||||
PlaceholderControlPlaneScalingGroupName = "control-planes-id"
|
||||
// PlaceholderWorkerScalingGroupName name of the worker scaling group used if upgrades are not yet supported.
|
||||
PlaceholderWorkerScalingGroupName = "workers-id"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue