-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add test releases for local testing (#43)
Adding test releases that can be used for local unit and integration tests. Signed-off-by: Anurag <81210977+kranurag7@users.noreply.github.com> Author: Anurag <anurag.kumar@syself.com>
- Loading branch information
Showing
15 changed files
with
104 additions
and
4 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
test/releases/cluster-stacks/docker-ferrol-1-27-v1/cluster-addon-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
values: | | ||
metrics-server: | ||
commonLabels: | ||
domain: "{{ .Cluster.spec.controlPlaneEndpoint.host }}" | ||
clusterAddonVersion: "v1" |
Binary file modified
BIN
+115 Bytes
(100%)
test/releases/cluster-stacks/docker-ferrol-1-27-v1/docker-ferrol-1-27-cluster-addon-v1.tgz
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
test/releases/cluster-stacks/docker-ferrol-1-27-v1/docker-ferrol-1-27-cluster-class-v1.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ versions: | |
kubernetes: v1.27.3 | ||
components: | ||
clusterAddon: v1 | ||
nodeImage: v1 | ||
nodeImage: v1 |
26 changes: 26 additions & 0 deletions
26
test/releases/cluster-stacks/docker-ferrol-1-27-v1/topology-docker.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
apiVersion: cluster.x-k8s.io/v1beta1 | ||
kind: Cluster | ||
metadata: | ||
name: "${CLUSTER_NAME}" | ||
namespace: "cluster" | ||
spec: | ||
clusterNetwork: | ||
services: | ||
cidrBlocks: ["10.128.0.0/12"] | ||
pods: | ||
cidrBlocks: ["192.168.0.0/16"] | ||
serviceDomain: "cluster.local" | ||
topology: | ||
class: docker-ferrol-1-27-v1 | ||
controlPlane: | ||
metadata: {} | ||
replicas: 1 | ||
variables: | ||
- name: imageRepository | ||
value: "" | ||
version: v1.27.3 | ||
workers: | ||
machineDeployments: | ||
- class: workeramd64 | ||
name: md-0 | ||
replicas: 1 |
5 changes: 5 additions & 0 deletions
5
test/releases/cluster-stacks/docker-ferrol-1-27-v2/cluster-addon-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
values: | | ||
metrics-server: | ||
commonLabels: | ||
domain: "{{ .Cluster.spec.controlPlaneEndpoint.host }}" | ||
clusterAddonVersion: "v2" |
Binary file modified
BIN
+1 Byte
(100%)
test/releases/cluster-stacks/docker-ferrol-1-27-v2/docker-ferrol-1-27-cluster-addon-v2.tgz
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
test/releases/cluster-stacks/docker-ferrol-1-27-v2/docker-ferrol-1-27-cluster-class-v2.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions
6
test/releases/cluster-stacks/docker-ferrol-1-27-v2/metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: metadata.clusterstack.x-k8s.io/v1alpha1 | ||
versions: | ||
clusterStack: v1 | ||
clusterStack: v2 | ||
kubernetes: v1.27.3 | ||
components: | ||
clusterAddon: v1 | ||
nodeImage: v1 | ||
clusterAddon: v2 | ||
nodeImage: v1 |
26 changes: 26 additions & 0 deletions
26
test/releases/cluster-stacks/docker-ferrol-1-27-v2/topology-docker.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
apiVersion: cluster.x-k8s.io/v1beta1 | ||
kind: Cluster | ||
metadata: | ||
name: "${CLUSTER_NAME}" | ||
namespace: "cluster" | ||
spec: | ||
clusterNetwork: | ||
services: | ||
cidrBlocks: ["10.128.0.0/12"] | ||
pods: | ||
cidrBlocks: ["192.168.0.0/16"] | ||
serviceDomain: "cluster.local" | ||
topology: | ||
class: docker-ferrol-1-27-v2 | ||
controlPlane: | ||
metadata: {} | ||
replicas: 1 | ||
variables: | ||
- name: imageRepository | ||
value: "" | ||
version: v1.27.3 | ||
workers: | ||
machineDeployments: | ||
- class: workeramd64 | ||
name: md-0 | ||
replicas: 1 |
5 changes: 5 additions & 0 deletions
5
test/releases/cluster-stacks/docker-ferrol-1-27-v3/cluster-addon-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
values: | | ||
metrics-server: | ||
commonLabels: | ||
domain: "{{ .Cluster.spec.controlPlaneEndpoint.host }}" | ||
clusterAddonVersion: "v2" |
Binary file added
BIN
+9.83 KB
test/releases/cluster-stacks/docker-ferrol-1-27-v3/docker-ferrol-1-27-cluster-addon-v2.tgz
Binary file not shown.
Binary file added
BIN
+2.52 KB
test/releases/cluster-stacks/docker-ferrol-1-27-v3/docker-ferrol-1-27-cluster-class-v3.tgz
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
test/releases/cluster-stacks/docker-ferrol-1-27-v3/metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: metadata.clusterstack.x-k8s.io/v1alpha1 | ||
versions: | ||
clusterStack: v3 | ||
kubernetes: v1.27.3 | ||
components: | ||
clusterAddon: v2 | ||
nodeImage: v2 |
26 changes: 26 additions & 0 deletions
26
test/releases/cluster-stacks/docker-ferrol-1-27-v3/topology-docker.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
apiVersion: cluster.x-k8s.io/v1beta1 | ||
kind: Cluster | ||
metadata: | ||
name: "${CLUSTER_NAME}" | ||
namespace: "cluster" | ||
spec: | ||
clusterNetwork: | ||
services: | ||
cidrBlocks: ["10.128.0.0/12"] | ||
pods: | ||
cidrBlocks: ["192.168.0.0/16"] | ||
serviceDomain: "cluster.local" | ||
topology: | ||
class: docker-ferrol-1-27-v3 | ||
controlPlane: | ||
metadata: {} | ||
replicas: 1 | ||
variables: | ||
- name: imageRepository | ||
value: "" | ||
version: v1.27.3 | ||
workers: | ||
machineDeployments: | ||
- class: workeramd64 | ||
name: md-0 | ||
replicas: 1 |