Skip to content

Commit

Permalink
fixup! fixup! templates: add cluster object store configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cbang-akamai committed Dec 12, 2024
1 parent 0e63b2a commit a5ddd3c
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/flavors/k3s/full-vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,17 @@ patches:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodePlacementGroup
name: ${CLUSTER_NAME}
- target:
group: infrastructure.cluster.x-k8s.io

Check failure on line 203 in templates/flavors/k3s/full-vpcless/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yamllint

203:9 [indentation] wrong indentation: expected 6 but found 8
version: v1alpha2
kind: LinodeCluster
patch: |-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodeCluster
metadata:
name: ${CLUSTER_NAME}
spec:
objectStore:
presignedURLDuration: "24h"
credentialsRef:
name: ${CLUSTER_NAME}-object-store-obj-key
14 changes: 14 additions & 0 deletions templates/flavors/k3s/full/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ patches:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodePlacementGroup
name: ${CLUSTER_NAME}
- target:
group: infrastructure.cluster.x-k8s.io

Check failure on line 55 in templates/flavors/k3s/full/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yamllint

55:9 [indentation] wrong indentation: expected 6 but found 8
version: v1alpha2
kind: LinodeCluster
patch: |-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodeCluster
metadata:
name: ${CLUSTER_NAME}
spec:
objectStore:
presignedURLDuration: "24h"
credentialsRef:
name: ${CLUSTER_NAME}-object-store-obj-key
14 changes: 14 additions & 0 deletions templates/flavors/kubeadm/full-vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,17 @@ patches:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodePlacementGroup
name: ${CLUSTER_NAME}
- target:
group: infrastructure.cluster.x-k8s.io

Check failure on line 229 in templates/flavors/kubeadm/full-vpcless/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yamllint

229:9 [indentation] wrong indentation: expected 6 but found 8
version: v1alpha2
kind: LinodeCluster
patch: |-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodeCluster
metadata:
name: ${CLUSTER_NAME}
spec:
objectStore:
presignedURLDuration: "24h"
credentialsRef:
name: ${CLUSTER_NAME}-object-store-obj-key
14 changes: 14 additions & 0 deletions templates/flavors/kubeadm/full/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,17 @@ patches:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodePlacementGroup
name: ${CLUSTER_NAME}
- target:
group: infrastructure.cluster.x-k8s.io

Check failure on line 108 in templates/flavors/kubeadm/full/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yamllint

108:9 [indentation] wrong indentation: expected 6 but found 8
version: v1alpha2
kind: LinodeCluster
patch: |-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodeCluster
metadata:
name: ${CLUSTER_NAME}
spec:
objectStore:
presignedURLDuration: "24h"
credentialsRef:
name: ${CLUSTER_NAME}-object-store-obj-key
14 changes: 14 additions & 0 deletions templates/flavors/rke2/full-vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,17 @@ patches:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodePlacementGroup
name: ${CLUSTER_NAME}
- target:
group: infrastructure.cluster.x-k8s.io

Check failure on line 102 in templates/flavors/rke2/full-vpcless/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yamllint

102:9 [indentation] wrong indentation: expected 6 but found 8
version: v1alpha2
kind: LinodeCluster
patch: |-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodeCluster
metadata:
name: ${CLUSTER_NAME}
spec:
objectStore:
presignedURLDuration: "24h"
credentialsRef:
name: ${CLUSTER_NAME}-object-store-obj-key
14 changes: 14 additions & 0 deletions templates/flavors/rke2/full/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,17 @@ patches:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodePlacementGroup
name: ${CLUSTER_NAME}
- target:
group: infrastructure.cluster.x-k8s.io

Check failure on line 94 in templates/flavors/rke2/full/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yamllint

94:9 [indentation] wrong indentation: expected 6 but found 8
version: v1alpha2
kind: LinodeCluster
patch: |-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: LinodeCluster
metadata:
name: ${CLUSTER_NAME}
spec:
objectStore:
presignedURLDuration: "24h"
credentialsRef:
name: ${CLUSTER_NAME}-object-store-obj-key

0 comments on commit a5ddd3c

Please sign in to comment.