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

Kubespray for Raspberry Pi clusters #5679

Closed
wants to merge 2 commits into from

Conversation

b23prodtm
Copy link

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change
/kind bug
/kind cleanup
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it:
https://github.com/kubernetes-sigs/kubespray/blob/master/docs/arch.md
Which issue(s) this PR fixes:

Fixes #4294

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@k8s-ci-robot k8s-ci-robot added do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. kind/design Categorizes issue or PR as related to design. labels Feb 23, 2020
@k8s-ci-robot
Copy link
Contributor

Welcome @b23prodtm!

It looks like this is your first PR to kubernetes-sigs/kubespray 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/kubespray has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: b23prodtm
To complete the pull request process, please assign mattymo
You can assign the PR to them by writing /assign @mattymo in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 23, 2020
@k8s-ci-robot
Copy link
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Feb 23, 2020
@b23prodtm
Copy link
Author

b23prodtm commented Feb 28, 2020

Just disable the RPI3 minimal requirements, it pretended to work on 3 but now it's too low for installing any new pods, I've once run up the dashboard. These were the legacy values :

# Minimal memory requirement in MB for safety checks
minimal_node_memory_mb: 462
minimal_master_memory_mb: 762

@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Mar 15, 2020
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Mar 16, 2020
@b23prodtm b23prodtm force-pushed the development branch 3 times, most recently from 77f438c to 80ea352 Compare March 21, 2020 16:55
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Mar 22, 2020
@b23prodtm b23prodtm force-pushed the development branch 2 times, most recently from 67eac09 to 6ecfe05 Compare March 22, 2020 19:57
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Mar 25, 2020
@k8s-ci-robot k8s-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label May 30, 2020
@b23prodtm b23prodtm force-pushed the development branch 7 times, most recently from 7d0cba4 to 8068ce5 Compare June 3, 2020 00:44
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jun 8, 2020
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 8, 2020
@b23prodtm b23prodtm force-pushed the development branch 4 times, most recently from 10ecf36 to c6e1b8a Compare July 15, 2020 20:09
…nt Version Fixes: couldn't acquire lock-frontend tox-inventory-build prevent parallel jobs Fixes: CONFIG_FILE=inventory/mycluster/hosts.yaml python3 contrib/inventory_builder/inventory.py ${IPS[@]} Fixes: Ubuntu bootstrap Fixes: Found multiple CRI sockets, please use --cri-socket to select one Fixes: extended wait delays Fixes: forbidden user Fixes: kubeadm token create and crio Fixes: Terraform, molecule, manual triggers
@hafe
Copy link
Contributor

hafe commented Aug 27, 2020

I don't understand this pr, seems to be random changes all over the code base.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 27, 2020
@k8s-ci-robot
Copy link
Contributor

@b23prodtm: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@b23prodtm
Copy link
Author

b23prodtm commented Aug 28, 2020 via email

@hafe
Copy link
Contributor

hafe commented Aug 29, 2020

@b23prodtm these are random changes all over the code base that does not respect reviewers!

@EppO
Copy link
Contributor

EppO commented Sep 11, 2020

This PR is too big and modifies too many different things at once. Please open a PR per topic you're trying to address to reduce the scope. Closing that one
/close

@k8s-ci-robot
Copy link
Contributor

@EppO: Closed this PR.

In response to this:

This PR is too big and modifies too many different things at once. Please open a PR per topic you're trying to address to reduce the scope. Closing that one
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/design Categorizes issue or PR as related to design. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track the gaps when porting to ARM (arm7l)
5 participants