mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
Remove all traces of CoreOS from the codebase
This commit is contained in:
parent
35e2267cf9
commit
743f5fa627
39 changed files with 117 additions and 799 deletions
|
@ -24,7 +24,7 @@ Example for GCP:
|
|||
apiVersion: update.edgeless.systems/v1alpha1
|
||||
kind: NodeImage
|
||||
metadata:
|
||||
name: constellation-coreos
|
||||
name: constellation-os
|
||||
spec:
|
||||
image: "projects/constellation-images/global/images/<image-name>"
|
||||
```
|
||||
|
@ -34,7 +34,7 @@ Example for Azure:
|
|||
apiVersion: update.edgeless.systems/v1alpha1
|
||||
kind: NodeImage
|
||||
metadata:
|
||||
name: constellation-coreos
|
||||
name: constellation-os
|
||||
spec:
|
||||
image: "/subscriptions/<subscription-id>/resourceGroups/CONSTELLATION-IMAGES/providers/Microsoft.Compute/galleries/Constellation/images/<image-definition-name>/versions/<image-version>"
|
||||
```
|
||||
|
@ -70,7 +70,7 @@ kind: ScalingGroup
|
|||
metadata:
|
||||
name: scalinggroup-worker
|
||||
spec:
|
||||
nodeImage: "constellation-coreos"
|
||||
nodeImage: "constellation-os"
|
||||
groupId: "projects/<project-id>/zones/<zone>/instanceGroupManagers/<instance-group-name>"
|
||||
autoscaling: true
|
||||
```
|
||||
|
@ -83,7 +83,7 @@ kind: ScalingGroup
|
|||
metadata:
|
||||
name: scalinggroup-worker
|
||||
spec:
|
||||
nodeImage: "constellation-coreos"
|
||||
nodeImage: "constellation-os"
|
||||
groupId: "/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Compute/virtualMachineScaleSets/<scale-set-name>"
|
||||
autoscaling: true
|
||||
```
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: update.edgeless.systems/v1alpha1
|
||||
kind: NodeImage
|
||||
metadata:
|
||||
name: constellation-coreos-azure
|
||||
name: constellation-os-azure
|
||||
namespace: kube-system
|
||||
spec:
|
||||
image: "/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Compute/galleries/<gallery-name>/images/<image-definition-name>/versions/<version>"
|
||||
|
@ -9,7 +9,7 @@ spec:
|
|||
apiVersion: update.edgeless.systems/v1alpha1
|
||||
kind: NodeImage
|
||||
metadata:
|
||||
name: constellation-coreos-gcp
|
||||
name: constellation-os-gcp
|
||||
namespace: kube-system
|
||||
spec:
|
||||
image: projects/<project>/global/images/<image-name>
|
||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: scalinggroup-worker-azure
|
||||
namespace: kube-system
|
||||
spec:
|
||||
nodeImage: "constellation-coreos-azure"
|
||||
nodeImage: "constellation-os-azure"
|
||||
groupId: "/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Compute/virtualMachineScaleSets/<scale-set-name>"
|
||||
autoscaling: true
|
||||
---
|
||||
|
@ -14,6 +14,6 @@ metadata:
|
|||
name: scalinggroup-worker-gcp
|
||||
namespace: kube-system
|
||||
spec:
|
||||
nodeImage: "constellation-coreos-gcp"
|
||||
nodeImage: "constellation-os-gcp"
|
||||
groupId: "projects/<project>/zones/<zone>/instanceGroupManagers/<instance-group-name>"
|
||||
autoscaling: true
|
||||
|
|
|
@ -8,7 +8,7 @@ package constants
|
|||
|
||||
const (
|
||||
AutoscalingStrategyResourceName = "autoscalingstrategy"
|
||||
NodeImageResourceName = "constellation-coreos"
|
||||
NodeImageResourceName = "constellation-os"
|
||||
ControlPlaneScalingGroupResourceName = "scalinggroup-controlplane"
|
||||
WorkerScalingGroupResourceName = "scalinggroup-worker"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue