mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue