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

WIP: Windows kubelet #1171

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

WIP: Windows kubelet #1171

wants to merge 5 commits into from

Conversation

TmNguyen12
Copy link
Contributor

@TmNguyen12 TmNguyen12 commented Feb 22, 2025

Description

  • This is currently only
    • first try for the gha to build the windows infra agent and the nri-kubernetes infra agent
    • Docker files for infra-agent and nri-kubernetes
    • powershell script to start the agent

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New feature / enhancement (non-breaking change which adds functionality)
  • Security fix
  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • Add changelog entry following the contributing guide
  • Documentation has been updated
  • This change requires changes in testing:
    • unit tests
    • E2E tests

@TmNguyen12 TmNguyen12 requested a review from a team as a code owner February 22, 2025 00:28
on:
push:
branches:
- windowsTest*
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just for testing

- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
# I don't know how to get the nri-kubernetes version from here
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will be changed on final version

memory: "2Gi"
limits:
cpu: "2"
memory: "4Gi"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Make this smaller

memory: "2Gi"
limits:
cpu: "2"
memory: "4Gi"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

smaller

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.

1 participant