-
Notifications
You must be signed in to change notification settings - Fork 54
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
base: main
Are you sure you want to change the base?
WIP: Windows kubelet #1171
Conversation
on: | ||
push: | ||
branches: | ||
- windowsTest* |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smaller
Description
Type of change
Checklist: