mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
upgrade: support Kubernetes components (#839)
* upgrade: add Kubernetes components to NodeVersion * update rfc
This commit is contained in:
parent
4b43311fbd
commit
f14af0c3eb
56 changed files with 897 additions and 738 deletions
|
@ -1,6 +1,6 @@
|
|||
## Append samples you want in your CSV to this file as resources ##
|
||||
resources:
|
||||
- update_v1alpha1_nodeimage.yaml
|
||||
- update_v1alpha1_nodeversion.yaml
|
||||
- update_v1alpha1_autoscalingstrategy.yaml
|
||||
- update_v1alpha1_scalinggroup.yaml
|
||||
- update_v1alpha1_pendingnode.yaml
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: update.edgeless.systems/v1alpha1
|
||||
kind: NodeImage
|
||||
kind: NodeVersion
|
||||
metadata:
|
||||
name: constellation-os-azure
|
||||
namespace: kube-system
|
||||
|
@ -7,7 +7,7 @@ spec:
|
|||
image: "/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Compute/galleries/<gallery-name>/images/<image-definition-name>/versions/<version>"
|
||||
---
|
||||
apiVersion: update.edgeless.systems/v1alpha1
|
||||
kind: NodeImage
|
||||
kind: NodeVersion
|
||||
metadata:
|
||||
name: constellation-os-gcp
|
||||
namespace: kube-system
|
Loading…
Add table
Add a link
Reference in a new issue