Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quickstart to support arm hardware(ex: M1) #4457

Merged
merged 4 commits into from
Jun 30, 2023

Conversation

gitbluf
Copy link
Contributor

@gitbluf gitbluf commented Jun 29, 2023

What this PR does / why we need it: Currently quickstart doesn't work on ARM machines unless manual steps are taken.

Which issue(s) this PR fixes: #4116

Fixes # Quckstart for arm architecture CPU's (tested on M1 Pro)
Update Helm chart values to support different mysql image.

Does this PR introduce a user-facing change?: Yes

  • Is this breaking change: No
  • How to migrate (if breaking change): No
  • How are users affected by this change: Enables arm users to easily use quickstart

Update chart values and templates for mysql deployment

Signed-off-by: gitbluf <gitbluf@tuta.io>
Signed-off-by: gitbluf <gitbluf@tuta.io>
Signed-off-by: gitbluf <gitbluf@tuta.io>
@khanhtc1202
Copy link
Member

Thanks @gitbluf , overall looks great, just a small nits 🙌

Signed-off-by: gitbluf <gitbluf@tuta.io>
Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you 🙌

@khanhtc1202 khanhtc1202 enabled auto-merge (squash) June 30, 2023 05:53
@khanhtc1202 khanhtc1202 enabled auto-merge (squash) June 30, 2023 05:55
@khanhtc1202 khanhtc1202 changed the title Update quickstart.go and helm chart values/templates to support arm hardware(ex: M1) Update quickstart to support arm hardware(ex: M1) Jun 30, 2023
@khanhtc1202 khanhtc1202 merged commit 3e6b1da into pipe-cd:master Jun 30, 2023
12 checks passed
kentakozuka pushed a commit that referenced this pull request Jul 12, 2023
* Add: arch selection for mysql image
Update chart values and templates for mysql deployment

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Update: MySql image selector function to be more descriptive

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Remove: mysql image set on piped installation

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Update method name

Signed-off-by: gitbluf <gitbluf@tuta.io>

---------

Signed-off-by: gitbluf <gitbluf@tuta.io>
kentakozuka pushed a commit that referenced this pull request Jul 12, 2023
* Add: arch selection for mysql image
Update chart values and templates for mysql deployment

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Update: MySql image selector function to be more descriptive

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Remove: mysql image set on piped installation

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Update method name

Signed-off-by: gitbluf <gitbluf@tuta.io>

---------

Signed-off-by: gitbluf <gitbluf@tuta.io>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>
kentakozuka added a commit that referenced this pull request Jul 12, 2023
)

* Update web deps (#4451)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

* Update quickstart to support arm hardware(ex: M1) (#4457)

* Add: arch selection for mysql image
Update chart values and templates for mysql deployment

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Update: MySql image selector function to be more descriptive

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Remove: mysql image set on piped installation

Signed-off-by: gitbluf <gitbluf@tuta.io>

* Update method name

Signed-off-by: gitbluf <gitbluf@tuta.io>

---------

Signed-off-by: gitbluf <gitbluf@tuta.io>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

* Support AWS LoadBalancer with multi listeners (#4462)

* Support AWS LoadBalancer with multi listeners

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Fix go array index

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Rename symbol

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

* Specify Version For Templating Tools (#4463)

* specify version for templating tools

Signed-off-by: Viet Anh Pham Nhu <nhuvietanh271098@gmail.com>

* Handle Error Both Install Helm And Kustomize

Signed-off-by: Viet Anh Pham Nhu <nhuvietanh271098@gmail.com>

---------

Signed-off-by: Viet Anh Pham Nhu <nhuvietanh271098@gmail.com>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

* Output usage only when flag parsing fails #4381 (#4464)

Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

* Fix ECS rollback stage does not remove canary created tasks (#4465)

* Fix cannot remove canary created task

Signed-off-by: ductnn <trannhuduc531998@gmail.com>

* Fix reuse clean function

Signed-off-by: ductnn <trannhuduc531998@gmail.com>

* Update logs message for ECS routing stage rollback

Signed-off-by: ductnn <trannhuduc531998@gmail.com>

---------

Signed-off-by: ductnn <trannhuduc531998@gmail.com>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

* Update logs message for ECS routing stage executor (#4466)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

* fix: update deprecated apiVersion since gke removed (#4469)

GoogleCloudPlatform/gke-managed-certs#58

Signed-off-by: hungran <26101787+hungran@users.noreply.github.com>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

* Skip update AppState when no log updates (#4482)

Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: Kenta Kozuka <kenta.kozuka@gmail.com>
Signed-off-by: gitbluf <gitbluf@tuta.io>
Signed-off-by: Viet Anh Pham Nhu <nhuvietanh271098@gmail.com>
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
Signed-off-by: ductnn <trannhuduc531998@gmail.com>
Signed-off-by: hungran <26101787+hungran@users.noreply.github.com>
Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>
Co-authored-by: Marko Petrovic <22802784+gitbluf@users.noreply.github.com>
Co-authored-by: Viet Anh Pham Nhu <40441000+anhpnv@users.noreply.github.com>
Co-authored-by: Yoshiki Fujikane <40124947+ffjlabo@users.noreply.github.com>
Co-authored-by: Duc Tran <trannhuduc531998@gmail.com>
Co-authored-by: Henry Vu <26101787+hungran@users.noreply.github.com>
Co-authored-by: Kurochan <kuro@kurochan.org>
@github-actions github-actions bot mentioned this pull request Jul 12, 2023
@github-actions github-actions bot mentioned this pull request Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants