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

fixed tolerations #91

Merged
merged 10 commits into from
Feb 22, 2024
Merged

fixed tolerations #91

merged 10 commits into from
Feb 22, 2024

Conversation

rkrmr33
Copy link
Contributor

@rkrmr33 rkrmr33 commented Feb 21, 2024

This is the default pull request template. You can customize it by adding a pull_request_template.md at the root of your repo or inside the .github folder.

Jira Ticket

Include a link to your Jira Ticket
Example: JIRAISS-1234

Demo

Please add a recording of the feature/bug fix in work. if you added new routes, the recording should show the request and response for each new/changed route

Checklist:

  • I have filled relevant self assessment (NodeJS, Frontend, Backend)
  • I have run ESlint on my changes and fixed all warnings and errors (NodeJS & Frontend Services)
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have validated all the requirements in the Jira task were answered
  • I have all neccessary approvals for the design/mini design of this task
  • I have approved the API changes and granular permission patterns (documentation subtask) (For public services only)

@rkrmr33 rkrmr33 requested a review from a team as a code owner February 21, 2024 17:05
TalShafir
TalShafir previously approved these changes Feb 21, 2024
@@ -48,11 +34,11 @@ helm install my-release spot/ocean-network-client
| image.pullSecrets | Optional | `[]` | Image pull secrets. |
| image.repository | Optional | `"public.ecr.aws/spotinst/spot-network-client"` | Image repository. |
| image.tag | Optional | `""` | Image tag. Defaults to `.Chart.AppVersion`. |
| namespace | Optional | `"kube-system"` | Namespace where components should be installed. |
| namespace | string | `"kube-system"` | |
Copy link
Contributor

Choose a reason for hiding this comment

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

@TalShafir @rkrmr33 We have to support different ns for the network-client (since the old controller enabled it, not sure what happens with the new one)

Does the current definition mean that the default ns is kube-system, but we can overwrite it?

@rkrmr33 rkrmr33 merged commit 1132303 into main Feb 22, 2024
1 check passed
@rkrmr33 rkrmr33 deleted the CON-24240-support-terraform-install branch February 22, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants