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

Migrate to k3s #48

Open
maseiler opened this issue Aug 31, 2022 · 2 comments
Open

Migrate to k3s #48

maseiler opened this issue Aug 31, 2022 · 2 comments
Assignees

Comments

@maseiler
Copy link
Owner

https://nimblehq.co/blog/provision-k3s-on-google-cloud-with-terraform-and-k3sup

  • did not work so far

https://www.starkandwayne.com/blog/trying-tiny-k3s-on-google-cloud-with-k3sup/

  • currently working on this solution
@maseiler maseiler self-assigned this Aug 31, 2022
@maseiler maseiler added this to the Report Submission milestone Aug 31, 2022
@maseiler
Copy link
Owner Author

maseiler commented Sep 1, 2022

New setup script can be found on branch k3s

Next step: fix eBPF issue:

#########################
Install headers...

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-headers-5.15.0-1016-gcp
E: Couldn't find any package by glob 'linux-headers-5.15.0-1016-gcp'
E: Couldn't find any package by regex 'linux-headers-5.15.0-1016-gcp'
#########################

Start ebpf_exporter...
sh: 1: modprobe: not found
chdir(/lib/modules/5.15.0-1016-gcp/build): No such file or directory
2022/09/01 13:26:59 Error attaching exporter: error compiling module for program "bio"

@maseiler
Copy link
Owner Author

maseiler commented Sep 1, 2022

Attempt: install bcc on GCP nodes

Can not install packages as stated here. Reason: E: Unable to locate package bpfcc-tools

Can not install from source as stated here. Reason:

E: Unable to locate package llvm-14-dev
E: Unable to locate package libclang-14-dev

Tried to install llvm-13-dev and libclang-cpp13 (only apt search result for liblangc-) instead. Result:

The following packages have unmet dependencies:
 llvm-13-dev : Depends: libz3-dev but it is not installable
E: Unable to correct problems, you have held broken packages

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

1 participant