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

Check deployment requirements #78

Open
fnikolai opened this issue Jun 24, 2023 · 1 comment
Open

Check deployment requirements #78

fnikolai opened this issue Jun 24, 2023 · 1 comment

Comments

@fnikolai
Copy link
Member

fnikolai commented Jun 24, 2023

Some remarks about deployment:

The hpk-kubelet binary is missing when you clone the repo from github.
Potential solutions:

  1. compile from source (requires golang)
  2. download the precompiled version (currently done manually)
  3. run it in container (not yet supported)

Cgroup v2:
The cgroupv2 must be enabled on the host.

https://kubernetes.io/docs/concepts/architecture/cgroups/
https://rootlesscontaine.rs/getting-started/common/cgroup2/
https://medium.com/nttlabs/cgroup-v2-596d035be4d7
https://github.com/opencontainers/runc/blob/main/docs/cgroup-v2.md

@chazapis
Copy link
Member

Duplicate of #76. For deployment we will use a script that will download the latest binaries and run them.

I’m renaming this to “requirements collection”.

@chazapis chazapis changed the title Automate the deployment Check deployment requirements Jun 25, 2023
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

No branches or pull requests

2 participants