From 0b9a1a84be9807b8d27ee48a2fd03769d3c25968 Mon Sep 17 00:00:00 2001 From: Sandeep Kongathi Date: Thu, 22 Sep 2022 14:44:53 +0530 Subject: [PATCH 1/3] Update Arch. with arm64 For nodeAffinity, additional arch. Option arm64 is added --- internal/cluster/fixtures/data/download.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/cluster/fixtures/data/download.yaml b/internal/cluster/fixtures/data/download.yaml index 119d622..f377913 100644 --- a/internal/cluster/fixtures/data/download.yaml +++ b/internal/cluster/fixtures/data/download.yaml @@ -318,6 +318,7 @@ spec: operator: In values: - amd64 + - arm64 terminationGracePeriodSeconds: 10 priorityClassName: paralus-cluster-critical serviceAccountName: system-sa From 040521b0b5b6eec1bfc9ea16a302780ec78f8f24 Mon Sep 17 00:00:00 2001 From: Sandeep Kongathi Date: Thu, 22 Sep 2022 15:00:56 +0530 Subject: [PATCH 2/3] updated with changes for Issue 70 updated with changes for Issue 70 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d9771..a569530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## Unreleased +## Fixed + +- Fixed issue where relay server is not coming up in arm64 (Mac M1) [sandeep540](https://github.com/sandeep540) + ## [0.1.3] - 2022-08-26 ## Added From b8ce83c882de4e0961c0fa713029b7e30b457e9d Mon Sep 17 00:00:00 2001 From: Sandeep Kongathi Date: Thu, 22 Sep 2022 16:02:54 +0530 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a569530..cb3f414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## Fixed -- Fixed issue where relay server is not coming up in arm64 (Mac M1) [sandeep540](https://github.com/sandeep540) +- Fixed issue where relay server is not coming up in arm64 (Mac M1) from [sandeep540](https://github.com/sandeep540) ## [0.1.3] - 2022-08-26